@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{!! Form::model($twasul, [
'method' => $twasul ? 'PATCH' : 'POST',
'route' => $twasul ? ['admin.twasul.update', $twasul->id] : 'admin.twasul.store',
'id' => 'form_twasul',
'enctype' => 'multipart/form-data',
]) !!}
{!! Form::close() !!}