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