@extends('layouts.adminapp') @section('content') {{-- Day Book --}}

{{$Employee->name}}

{{__('lng.MonthReport')}}
{{__('lng.Back')}}
{{-- --}} {{-- --}} @php $i=$TotalPyableAmount=$TotalPayAmount=0;@endphp @foreach ($Payables as $Payable) @endforeach @if ( $PendingAmount >= 0) @else @endif
{{__('lng.SiNo')}} {{__('lng.Month')}} {{__('lng.PyableAmount')}} {{__('lng.PayAmount')}}{{__('lng.PendingAmount')}}{{__('lng.Action')}}
{{++$i}} {{date("Y-F",strtotime($Payable['month']))}} @currency($Payable['PyableAmount']) @currency($Payable['PayAmount'])
{{__('lng.PendingAmount')}} : @currency($PendingAmount)
{{__('lng.AdvanceAmount')}} : @currency(abs($PendingAmount))
@endsection