@extends($layout) @section('header_scripts') @stop @section('content')
{{$user->email}}
{{getPhrase('salary_grade')}} | {{ ucwords($template->salary_grades) }} |
{{getPhrase('basic_salary')}} | {{getCurrencyCode()}} {{ $template->basic_salary }} |
{{getPhrase('total_allowances')}} | {{getCurrencyCode()}} {{ $total_allowance }} |
{{getPhrase('total_deductions')}} | {{getCurrencyCode()}} {{ $total_deductions }} |
{{getPhrase('over_time_rate')}} | {{getCurrencyCode()}} {{ $template->overtime_rate }} |
{{getPhrase('date')}} | {{ $record->month }} |
{{getPhrase('payment_method')}} | {{ ucwords($record->payment_method) }} |
{{getPhrase('comments')}} | {{ ucwords($record->comments) }} |
{{getPhrase('gross_salary')}} | {{getCurrencyCode()}} {{ ucwords($template->gross_salary) }} |
{{getPhrase('total_deduction')}} | {{getCurrencyCode()}} {{ $template->total_deduction }} |
{{getPhrase('net_salary')}} | {{getCurrencyCode()}} {{ $template->net_salary }} |
{{getPhrase('other_deductions')}} | {{getCurrencyCode()}} {{ $record->net_salary - $record->paid_amount }} |
{{getPhrase('total_paid')}} | {{getCurrencyCode()}} {{ ucwords($record->paid_amount) }} |