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


OR
@csrf
Upload a CSV file
Download CSV Import template for Attendance
@if(session('message'))
{{ session('message') }}
@endif
@endsection @push('custom_css') @endpush @push('custom_js') @endpush