@if(!empty($location->image)) image) : url('storage/location.png') !!}" alt="user-img" class="img-circle"> @else user-img @endif
{!! Form::file('image',['id' => 'hidden','accept'=>"image/*"]) !!}
{!! Form::text('title',null,['class' => 'form-control','id' => 'title']) !!} {{ $errors->has('title') ? "".$errors->first('title')."" : '' }}
{!! Form::text('address',null,['class' => 'form-control','id' => 'search_input']) !!} {{ $errors->has('address') ? "".$errors->first('address')."" : '' }}
{!! Form::text('long',null,['class' => 'form-control','id' => 'longitude_input','readonly']) !!} {{ $errors->has('long') ? "".$errors->first('long')."" : '' }}
{!! Form::text('lat',null,['class' => 'form-control','id' => 'latitude_input','readonly']) !!} {{ $errors->has('lat') ? "".$errors->first('lat')."" : '' }}
{!! Form::text('phone_number',null,['class' => 'form-control','id' => 'phone_number']) !!} {{ $errors->has('phone_number') ? "".$errors->first('phone_number')."" : '' }}
{!! Form::textarea('shortdescription',null,['class' => 'form-control ','id' => 'description']) !!} {{ $errors->has('shortdescription') ? "".$errors->first('shortdescription')."" : '' }}
{{ $errors->has('image_name') ? "".$errors->first('image_name')."" : '' }}
@if(!empty($location_images))
@foreach($location_images as $images)
image) }}" style="width:100px; height:100px;">
@endforeach
@endif
{!! Form::text('video_url',null,['class' => 'form-control','id' => 'video_url']) !!} {{ $errors->has('video_url') ? "".$errors->first('video_url')."" : '' }}
@section('styles') @endsection @section('scripts') @endsection