@extends('layouts.admin.core') @section('content') {!! Form::open(array('route' => 'absensis.store','method'=>'POST', 'enctype' => 'multipart/form-data')) !!}
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif

Tambah Absensi Ketidakhadiran

{!! Form::text('keterangan', null, array('placeholder' => 'Keterangan','class' => 'form-control','id' => 'keterangan', 'required' => 'required')) !!}
{!! Form::close() !!} @endsection @section('js') @endsection