@include('admin::error') {!! Form::model($branch,['route'=>['dashboard.branch.update',$branch],'method'=>'put','files'=>true]) !!} @include('admin::branch.fields')
{!! Form::close() !!}