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

Edit Bill : BILL-00{{$expense->id}}

Update 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
@stop