@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content') {!! Form::model($attendanceLog, ['method' => isset($attendanceLog) && $attendanceLog->id ? 'put' : 'post', 'files' => 'true']) !!}
@if (isset($status))
@endif
{!! $errors->first('employee_id', '')!!}
{!! Form::close() !!} @endsection @push('footer-script') @endpush