@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Attendance Edit
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('date') }}
{{-- --}}
{{ $errors->first('date1') }}
{{-- --}}
{{ $errors->first('date2') }}


@endsection @push('custom_css') @endpush @push('custom_js') {{-- --}} {{-- Athulya 19-04-2024 --}} @endpush