@if(Auth::user()->id==0)
| Supplier |
Amount |
Voucher No |
Voucher Date |
|
@foreach($pvlist as $pv)
| {{ $pv->debitor }} |
{{ number_format($pv->amount,2) }} |
{{ $pv->voucher_no }} |
{{ date('d-m-Y',strtotime($pv->voucher_date)) }} |
Approve |
@endforeach
| Voucher No |
Voucher Date |
Modified on |
Modified by |
|
@foreach($pvlog as $pvl)
| {{ $pvl->voucher_no }} |
{{ date('d-m-Y',strtotime($pvl->voucher_date)) }} |
{{ date('d-m-Y',strtotime($pvl->modify_at)) }} |
{{ $pvl->name }} |
{{--Approve--}} |
@endforeach
| Voucher No |
Voucher Date |
Modified on |
Modified by |
|
@foreach($rvlog as $pvl)
| {{ $pvl->voucher_no }} |
{{ date('d-m-Y',strtotime($pvl->voucher_date)) }} |
{{ date('d-m-Y',strtotime($pvl->modify_at)) }} |
{{ $pvl->name }} |
{{--Approve--}} |
@endforeach
| Voucher No |
Voucher Date |
Modified on |
Modified by |
|
@foreach($pilog as $pvl)
| {{ $pvl->voucher_no }} |
{{ date('d-m-Y',strtotime($pvl->voucher_date)) }} |
{{ date('d-m-Y',strtotime($pvl->modify_at)) }} |
{{ $pvl->name }} |
{{--Approve--}} |
@endforeach
| Voucher No |
Voucher Date |
Modified on |
Modified by |
|
@foreach($silog as $pvl)
| {{ $pvl->voucher_no }} |
{{ date('d-m-Y',strtotime($pvl->voucher_date)) }} |
{{ date('d-m-Y',strtotime($pvl->modify_at)) }} |
{{ $pvl->name }} |
{{--Approve--}} |
@endforeach
@else
@foreach($advdbsetting as $advdb)
@endforeach
@endif
@permission('advanced-dashboard')
@foreach($advdbsetting as $advdb)
@endforeach
@foreach($advdbsetting as $advdb)
@endforeach
@foreach($advdbsetting as $advdb)
@endforeach
@foreach($advdbsetting as $advdb)
@endforeach
@foreach($advdbsetting as $advdb)
@endforeach
@endpermission