@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Deductions
{{-- --}} @foreach ($deductions as $deduction) {{-- --}} @endforeach
Sl # NameAmount PercentageDescription Actions
{{ $loop->iteration }} {{ $deduction->name }}{{ $deduction->amount }} {{ $deduction->percentage }}{{ $deduction->description }}
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush