@extends('layouts.master') @section('title') {{ __('add_bulk_data') }} @endsection @section('content')
@csrf
{!! Form::text('date', null, ['required', 'placeholder' => __('date'), 'class' => 'form-control daterange', 'id' => 'date','data-date-end-date'=>"0d"]) !!}
{{__('Note')}} :-
{{__('first_download_dummy_file_and_add_attendance_then_upload_it')}}
{{__('add_attendance_on_type_column_0_for_(absent)_and_1_for_(present)')}}



@csrf
@endsection