{!! Form::model($branches, ['route' => ['branches.update', $branches->id], 'method' => 'patch','id'=>'formajax','enctype'=>'multipart/form-data']) !!}
@include('branches.fields')
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}