@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css") !!} {!! HTML::style("assets/global/plugins/bootstrap-datepicker/css/datepicker3.css") !!} @stop @section('mainarea')

Edit Attendance

{{--INLCUDE ERROR MESSAGE BOX--}} @include('admin.common.error') {{--END ERROR MESSAGE BOX--}}
{!! Form::open(['route'=>["admin.attendances.create"],'class'=>'form-horizontal','method'=>'GET']) !!}
{!! Form::close() !!}

{{-- {!! Form::open(['route'=>["admin.attendances.update",$date],'class'=>'form-horizontal','method'=>'PATCH']) !!} --}}

{{\App\Models\Employee::getdatabyname($employees)}}



@for ($i = $now; $i >= $last; $i--)
employeeID['wfh'])? 'checked' : '' }} >
@endfor
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js") !!} {!! HTML::script("assets/admin/pages/scripts/components-pickers.js") !!} @stop