@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Dashboard

@if(Auth::user()->id==0)

Approval Pending Details

@foreach($pvlist as $pv) @endforeach
Supplier Amount Voucher No Voucher Date
{{ $pv->debitor }} {{ number_format($pv->amount,2) }} {{ $pv->voucher_no }} {{ date('d-m-Y',strtotime($pv->voucher_date)) }} Approve
@foreach($pvlog as $pvl) @endforeach
Voucher No Voucher Date Modified on Modified by
{{ $pvl->voucher_no }} {{ date('d-m-Y',strtotime($pvl->voucher_date)) }} {{ date('d-m-Y',strtotime($pvl->modify_at)) }} {{ $pvl->name }} {{--Approve--}}
@foreach($rvlog as $pvl) @endforeach
Voucher No Voucher Date Modified on Modified by
{{ $pvl->voucher_no }} {{ date('d-m-Y',strtotime($pvl->voucher_date)) }} {{ date('d-m-Y',strtotime($pvl->modify_at)) }} {{ $pvl->name }} {{--Approve--}}
@foreach($pilog as $pvl) @endforeach
Voucher No Voucher Date Modified on Modified by
{{ $pvl->voucher_no }} {{ date('d-m-Y',strtotime($pvl->voucher_date)) }} {{ date('d-m-Y',strtotime($pvl->modify_at)) }} {{ $pvl->name }} {{--Approve--}}
@foreach($silog as $pvl) @endforeach
Voucher No Voucher Date Modified on Modified by
{{ $pvl->voucher_no }} {{ date('d-m-Y',strtotime($pvl->voucher_date)) }} {{ date('d-m-Y',strtotime($pvl->modify_at)) }} {{ $pvl->name }} {{--Approve--}}
@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
@stop {{-- page level scripts --}} @section('footer_scripts')