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

{{ __('view_staff_attendance') }}

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