@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::open(['route'=> ['authpanel.elmu.store', $microunit->id], 'method'=>'POST', 'class'=> 'form-horizontal', 'files'=> true ]) !!}
{!! Form::close() !!}