@extends('layouts.app') @section('title') Pending Payroll @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Name: | Month/Year: | Earning: | Tax: | Benavelent Found: | Deduction : | Advance : | Loan : | Net Salary : | Action : |
---|---|---|---|---|---|---|---|---|---|
{{$employees_salary->name}} | {{date('F', mktime(0, 0, 0, $month))}} / {{$curent_year}} | {{number_format($total[0])}} | {{number_format($total[3])}} | {{number_format($total[4])}} | {{number_format($total[1])}} | {{number_format($total[6])}} | {{number_format($total[5])}} | @php $net_salary = ($total[0]-$total[1]-$total[3]-$total[4] - $total[5] - $total[6]); @endphp{{ number_format($net_salary) }} | {{-- View --}} Edit Approve |