@extends('layouts.app') @section('content')

{{$title}}

{{--

Textual inputs

Here are examples of .form-control applied to each textual HTML5 <input> type.

--}} {{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}} {!! Form::model($surat,['route'=>[$route.'.update',$surat->id],'method'=>'PUT','onsubmit'=>'','id'=>'myForm','files'=>true]) !!} @include('Penetapan.form')
{!! Form::close() !!}
@push('scripts') @endpush @endsection