@extends('employer.layouts.app') @section('content') {{-- @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent --}}
Payroll
@csrf
{{--
{{ $errors->first('name') }}
--}}
{{ $errors->first('salary') }}
{{ $errors->first('paid_salary') }}
{{ $errors->first('fund_deduction') }}

{{-- --}}
{{ $errors->first('p_tax') }}
{{ $errors->first('total_deduction') }}

{{ $errors->first('slip') }}

@endsection @push('custom_css') @endpush @push('custom_js') @endpush