@extends('admin.layout.master') @section('content')
| {{__('obs.sl')}} | {{__('obs.code')}} | {{__('obs.name')}} | {{__('obs.designation')}} | {{__('obs.balance')}} | {{__('obs.deduction_amount')}} |
|---|---|---|---|---|---|
| {{$i++}} | {{$data['employee_info']->emp_code}} | {{$data['employee_info']->emp_name}} | {{$data['employee_info']->fetch_designation->name}} | {{number_format($data['balance']) }} | {{number_format($data['deduction_amount']) }} |
| {{__('obs.grand_total')}} | {{number_format($grand_total_balance) }} | {{number_format($grand_total_deduction_amount) }} | |||