@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Deduction
@csrf
{{ $errors->first('name') }}
{{--
{{ $errors->first('amount') }}
{{ $errors->first('percentage') }}
--}}
{{ $errors->first('description') }}
@endsection @push('custom_js') @endpush