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