@extends('layouts.adminapp') @section('title') {{ __('lng.EmployeeReport') }} - {{ __('lng.MonthlyReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_employee_report', 'open') @section('active_employee_report', 'active') @section('active_employee_report_index', 'active') @section('content')

{{ __('lng.MonthlyReport') }}

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