@extends('layouts.master') @section('content')

Deduction

{{$deduction}} Below are months where {{ $deduction }} has been deducted from your salary

@php $total = 0; @endphp @foreach($deductionLogs as $log) @php $total+=$log->amount; @endphp @endforeach
S/N Year Month Amount
year,$log->month])}}">{{$loop->index+1}} year,$log->month])}}">{{$log->year}} year,$log->month])}}">{{$log->month}} year,$log->month])}}">₦{{number_format($log->amount,2)}}
₦{{number_format($total,2)}}
@endsection