@extends('layouts.app') @section('title') New Bill @stop @section('breadcrumb') @stop @section('content')

New Bill

Add Information

{{csrf_field()}}
@if ($errors->has('expense_type')) {{ $errors->first('expense_type') }} @endif
@if ($errors->has('vendor_id')) {{ $errors->first('vendor_id') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('billed_at')) {{ $errors->first('billed_at') }} @endif
@if ($errors->has('due_at')) {{ $errors->first('due_at') }} @endif
@if ($errors->has('billed_at')) {{ $errors->first('billed_at') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif

Make Payment

 
@stop @section('js') @stop