@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Tambah Pengajuan

@stop @section('content')
{{ csrf_field() }}
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('keterangan')) {{ $errors->first('keterangan') }} @endif
@stop @section('css') @stop @section('js') @stop