{{__('messages.Instructor')}} {{__('messages.Salary Sheets per hour')}}

{{__('messages.search')}}
@foreach (\App\Models\User::where('is_instructor',1)->where('active',1)->where('job_type','Part Time')->get() as $instructor) @endforeach
{{__('messages.Created At')}}
# {{__('messages.Status')}} {{__('messages.Total') . ' ' . __('messages.calculation') }} {{__('messages.Total') . ' ' . __('messages.Paid') }} {{__('messages.Items Count')}} {{__('messages.Instructor')}} {{__('messages.Created At')}} {{__('messages.Created by')}} {{__('messages.Paid At')}} {{__('messages.action_by')}} {{__('messages.comment')}} @can('show course paid_at') {{__('messages.Paid')}} @endcan @forelse ($instructorSalarySheets as $key =>$instructorSalarySheet) #{{$instructorSalarySheets->firstItem() + $key}} {{__('messages.status')}} {{$instructorSalarySheet->status}} {{__('messages.Total') . ' ' . __('messages.calculation') }}{{$instructorSalarySheet->total_calc_amount}} {{$instructorSalarySheet->currency_id ? $instructorSalarySheet->currency->name : ''}} {{__('messages.Total') . ' ' . __('messages.Paid Amount') }}{{$instructorSalarySheet->total_paid_amount}} {{$instructorSalarySheet->currency_id ? $instructorSalarySheet->currency->name : ''}} {{__('messages.Items Count')}} {{$instructorSalarySheet->course_sessions->count()}} {{__('messages.Instructor')}}{{$instructorSalarySheet->instructor_id ? $instructorSalarySheet->instructor->name : ''}} {{__('messages.Created at')}} {{$instructorSalarySheet->created_at ? \Carbon\Carbon::createFromTimeString($instructorSalarySheet->created_at)->translatedFormat('M j, Y, g:i a') : '' }} {{__('messages.Created by')}}{{$instructorSalarySheet->created_by ? $instructorSalarySheet->created_by_user->name : ''}} {{__('messages.Paid At')}} {{$instructorSalarySheet->paid_at ? \Carbon\Carbon::createFromTimeString($instructorSalarySheet->paid_at)->translatedFormat('M j, Y, g:i a') : '' }} {{__('messages.action_by')}}{{$instructorSalarySheet->paid_by ? $instructorSalarySheet->paid_by_user->name : ''}} {{__('messages.comment')}}{{$instructorSalarySheet->comment}} @can(['edit course paid_at','edit course after paid'])
edit_salary_sheet({{$instructorSalarySheet->id}}) {{__('messages.Salary Sheet')}} update_salary_sheet()
edit_status
edit_comment
@endcan
@empty {{__('messages.Empty Result')}} @endforelse
{{$instructorSalarySheets->links()}}