@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{trans('file.date')}} | {{trans('file.reference')}} | {{trans('file.Employee')}} | {{trans('file.Account')}} | {{trans('file.Amount')}} | {{trans('file.Method')}} | {{trans('file.action')}} | |||
---|---|---|---|---|---|---|---|---|---|
{{$key}} | {{date($general_setting->date_format, strtotime($payroll->created_at->toDateString())) }} | {{ $payroll->reference_no }} | {{ $employee->name}} | {{ $account->name}} | {{ number_format((float)$payroll->amount, $general_setting->decimal, '.', '')}} | @if($payroll->paying_method == 0)Cash | @elseif($payroll->paying_method == 1)Cheque | @elseCredit Card | @endif
|
Total: |