{{__('lang.create')}}
@if(count($item->salaries ?? []) == 0 ) @endif @foreach ($item->salaries as $salary) @endforeach
{{__('lang.sno')}} {{__('lang.type')}} {{__('lang.job_type')}} {{__('lang.over_time_rate')}} {{__('lang.amount')}} {{__('lang.month')}} {{__('lang.year')}} {{__('lang.options')}}
{{__('lang.there_has_no_data')}}
{{ $loop->iteration }} {{ ucfirst($salary->type) }} {{ ucfirst($salary->job_type) }} {{ $transaction->convert_money_format($salary->over_time_rate ?? 0) }} {{ $transaction->convert_money_format($salary->amount ?? 0) }} {{ $common->getMonthName($salary->month) ?? ' - ' }} {{ $salary->year ?? ' - ' }}