@extends('layouts.master') @section('title') {{ __('attendance') }} @endsection @section('content')

{{ __('create') . ' ' . __('attendance') }}

@csrf
{!! Form::text('date', null, ['required', 'placeholder' => __('date'), 'class' => 'datepicker-popup form-control', 'id' => 'date','data-date-end-date'=>"0d"]) !!}
{{ __('id') }} {{ __('no.') }} {{ __('student_id') }} {{ __('admission_no') }} {{ __('roll_no') }} {{ __('name') }} {{ __('type') }}
@endsection @section('script') {{-- =================== --}} @endsection