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

New Bill

Add Information

{{csrf_field()}} Voucher Type CRV     BRV     CPV     BPV     JV    
Bank Name   
Chq # / Ins. #   

@if ($errors->has('expense_type')) {{ $errors->first('expense_type') }} @endif
ACCOUNT DEBIT CREDIT NAME
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
Totals 0 0


@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 @section('js') @stop