{{ Form::label('name',Trans('dashboard.branches.branch')) }} {{ Form::text('name', null, [ 'class' => 'form-control', 'placeholder' => Trans('dashboard.branches.branch'), 'required' => 'required' ]) }} @if($errors->first('name')) {{$errors->first('name')}} @endif
{{ Form::label('tel',Trans('users.tel')) }} {{ Form::text('tel', null, [ 'class' => 'form-control', 'placeholder' => Trans('users.tel'), 'required' => "required" ]) }}
{{ Form::label('lat_long',Trans('dashboard.branches.latitude')." ".Trans('dashboard.branches.longtitude')) }} {{ Form::text('lat_long', null, [ 'class' => 'form-control', 'placeholder' => Trans('dashboard.branches.latitude')." ".Trans('dashboard.branches.longtitude'), ]) }}
{{ Form::label('description',Trans('item_locations.description')) }} {{ Form::textarea('description', null, [ 'class' => "form-control", 'placeholder' => Trans('item_locations.description'), 'rows' => "3" ] )}}
{{ Form::label('location',Trans('dashboard.branches.location')) }} {{ Form::textarea('location', null, [ 'class' => "form-control", 'placeholder' => Trans('dashboard.branches.location'), 'rows' => "3" ] )}}