@extends('layouts.admin.core') @section('content') {!! Form::model($absenketidakhadiran, ['method' => 'PATCH','route' => ['absensis.update', $absenketidakhadiran->id]]) !!}
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif

Edit Absensi Ketidakhadiran

{{--{!! Form::text('TglKetidakhadiran', null, array('placeholder' => 'Dari Tanggal','class' => 'form-control')) !!}--}}
{{--{!! Form::text('TglKetidakhadiranSelesai', null, array('placeholder' => 'Sampai Tanggal','class' => 'form-control', 'name' => 'TglKetidakhadiranSelesai', 'id' => 'TglKetidakhadiranSelesai')) !!}--}}
{!! Form::text('Keterangan', null, array('placeholder' => 'Sampai Tanggal','class' => 'form-control')) !!}
{{$absenketidakhadiran->NamaPegawai}}
{!! Form::close() !!} @endsection @section('js') @endsection