@extends('backend.layouts.app') @section('backend_title', 'Admin Brand List') @section('backend_content')
@isset($salarySheet) @forelse ($salarySheet as $index=>$item) @empty @endforelse @endisset
Sl No. Employee Id Employee Name Salary Month Salary OT/ Benefit Total Deduction Net Payable Payment Status Action

{{ $index +1}}

{{ $item->employees?->employee_id}} {{ $item->employees?->name}} {{ $item->month_names?->month_name}} {{ $item->basic_salary}} {{ $item->total_ot_benefit}} {{ $item->total_deduc}} {{ $item->net_payable}} {{ $item->net_payment}}
Paid
@can('edit division') @endcan @can('delete division') @endcan
@endsection