{{__('Branches.Branches_Edit')}}
@if(count($errors)>0)-
@foreach($errors->all() as $error)
- {{$error}} @endforeach
{!! Form::text('title_ar',$data->title_ar,['class'=>'form-control','placeholder'=>__('Branches.title_ar')]) !!}
{!! Form::text('title_en',$data->title_en,['class'=>'form-control','placeholder'=>__('Branches.title_en')]) !!}
{!! Form::text('adress',$data->adress,['class'=>'form-control','placeholder'=>__('Branches.adress')]) !!}
{!! Form::text('phone',$data->phone,['class'=>'form-control','placeholder'=>__('Branches.phone')]) !!}
{!! Form::text('times_of_work',$data->times_of_work,['class'=>'form-control','placeholder'=>__('Branches.times_of_work')]) !!}
{!! Form::text('location_lat',$data->location_lat,['class'=>'form-control','id'=>'location_lat','placeholder'=>__('Branches.location_lat')]) !!}
{!! Form::text('location_lon',$data->location_lon,['class'=>'form-control','id'=>'location_lon','placeholder'=>__('Branches.location_lon')]) !!}
{!! Form::submit(__('General.Save'),['class'=>'btn btn-primary form-control']) !!}
{!! Form::Close() !!}