@extends('master.app') @section('title', 'customer') @section('pageCSS') @endsection @section('body')
Rural Rehabilitation and Development Program Organization
{{ $data->name . ' ' . $data->code }}
{{ $data->location }}
Start Date: {{ $data->start_date }}
End Date: {{ $data->start_date }}
Deadline Date: {{ $data->start_date }}
Approved Budget: {{ $data->approved_budget }}
Estimation Budget: {{ $data->estimation_budget }}
@foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach @foreach ($currencies as $row) @endforeach
Account Name VALUES
{{ $row->title_en }}
Purchase/حریداری {{ $purchase->where('currency_id', $row->id)->sum('grand_total') }}
Purchase Payment/تادیه حریداری {{ $payment->where('currency_id', $row->id)->sum('amount') }}
Expences/مصارف {{ $expencies->where('currency_id', $row->id)->sum('amount') }}
Stuff Overtime MT/کارمندانو اضافه کاری {{ $overtimes->where('currency_id', $row->id)->where('type_id', 1)->sum('amount') }}
Stuff Overtime None MT/کارمندانو اضافه کاری {{ $overtimes->where('currency_id', $row->id)->where('type_id', 2)->sum('amount') }}
Stuff Advance MT/کارمندانو پیشکی {{ $advances->where('currency_id', $row->id)->where('type_id', 1)->sum('payment') }}
Stuff Advance None MT/کارمندانو پیشکی {{ $advances->where('currency_id', $row->id)->where('type_id', 2)->sum('payment') }}
Stuff Salary MT/کارمندانو تنخوا {{ $salaries->where('currency_id', $row->id)->where('type_id', 1)->sum('net_salary') }}
Stuff Salary None MT/کارمندانو تنخوا {{ $salaries->where('currency_id', $row->id)->where('type_id', 2)->sum('net_salary') }}
@endsection @section('pageJs') @endsection