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

@endif

Tambah Document

{!! Form::text('nomorsurat', null, array('placeholder' => 'Nomor Surat','class' => 'form-control')) !!}
{!! Form::close() !!} @endsection @section('js') @endsection