@foreach($salaryHeads as $index => $head) @endforeach
SN Title Code Type Action
{{ $index + 1 }} {{ $head->title }} {{ $head->code }} {{ $head->type == 'E' ? 'Earn' : 'Deduct' }}
@csrf @method('DELETE')
@push('scripts') @endpush