×
CREATE JOURNAL VOUCHER
{!! Form::open(array('class' => 'journal_voucher_entry_form','id'=>'payment_voucher_form','route'=>'journal_vouchers.store')) !!}
Date
Exchange Rate
Currency
@foreach($currencies as $currency)
{{$currency->name}}
@endforeach
Reference Number
{{--
--}} {{--
--}} {{--
Cost Center Type
--}} {{--
--}} {{--
--}} {{--
Select Type
--}} {{--
General Payment
--}} {{--
Trip Payment
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Cost Center
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
A/c
Cost-Center
Party
Narration
Cr
Dr
@foreach($account_groups as $account_group)
@foreach($account_group->accounts as $account)
{{$account->name}}
@endforeach
@endforeach
@foreach($cost_centers as $cost_center)
{{$cost_center->name}}
@endforeach
@foreach($trips as $trip)
{{ $trip->loading_date . "-". $trip->truck . "-" . $trip->driver. "-" . $trip->client. "-" . $trip->loading_city. "-" . $trip->destination }}
@endforeach
@foreach($parties as $party)
{{$party->name}}
@endforeach
@foreach($account_groups as $account_group)
@foreach($account_group->accounts as $account)
{{$account->name}}
@endforeach
@endforeach
@foreach($cost_centers as $cost_center)
{{$cost_center->name}}
@endforeach
@foreach($trips as $trip)
{{ $trip->loading_date . "-". $trip->truck . "-" . $trip->driver. "-" . $trip->client. "-" . $trip->loading_city. "-" . $trip->destination }}
@endforeach
@foreach($parties as $party)
{{$party->name}}
@endforeach
Total
{!! Form::close() !!}
@foreach($account_groups as $account_group)
@foreach($account_group->accounts as $account)
{{$account->name}}
@endforeach
@endforeach
@foreach($cost_centers as $cost_center)
{{$cost_center->name}}
@endforeach
@foreach($trips as $trip)
{{ $trip->loading_date . "-". $trip->truck . "-" . $trip->driver. "-" . $trip->client. "-" . $trip->loading_city. "-" . $trip->destination }}
@endforeach
@foreach($parties as $party)
{{$party->name}}
@endforeach