@if($location->photos)
@foreach(json_decode($location->photos) as $photo)
@endforeach
@endif
{!! Form::label('name', __('models/locations.fields.name').':') !!}
{{ $location->name }}
{!! Form::label('description', __('models/locations.fields.description').':') !!}
{{ $location->description }}
{!! Form::label('latitude', __('models/locations.fields.latitude').':') !!}
{{ $location->latitude }}
{!! Form::label('longitude', __('models/locations.fields.longitude').':') !!}
{{ $location->longitude }}
{!! Form::label('score', __('models/locations.fields.score').':') !!}
{{ $location->score }}
{!! Form::label('cost', __('models/locations.fields.cost').':') !!}
{{__('lang.'.($location->cost?'active':'not_active'))}}
{!! Form::label('cost_description', __('models/locations.fields.cost_description').':') !!}
{{ $location->cost_description }}
{!! Form::label('access', __('models/locations.fields.access').':') !!}
{{ $location->access }}
{!! Form::label('icon', __('models/locations.fields.icon').':') !!}
{{----}}
{{-- {!! Form::label('icon_type', __('models/locations.fields.icon_type').':') !!}--}}
{{--
{{ $location->icon_type }}
--}}
{{--
--}}
{!! Form::label('phone', __('models/locations.fields.phone').':') !!}
{{ $location->phone }}
{!! Form::label('address', __('models/locations.fields.address').':') !!}
{{ $location->address }}
{{----}}
{{-- {!! Form::label('pwps_version', __('models/locations.fields.pwps_version').':') !!}--}}
{{--
{{ $location->pwps_version }}
--}}
{{--
--}}
{!! Form::label('qr_enabled', __('models/locations.fields.qr_enabled').':') !!}
{{__('lang.'.($location->qr_enabled?'active':'not_active'))}}
{{----}}
{{-- {!! Form::label('poi_name', __('models/locations.fields.poi_name').':') !!}--}}
{{--
{{ $location->poi_name }}
--}}
{{--
--}}
{!! Form::label('parking_type_name', __('models/locations.fields.parking_type_name').':') !!}
{{ $location->parking_type_name }}
{!! Form::label('locale', __('models/locations.fields.locale').':') !!}
{{ $location->locale }}
{!! Form::label('opening_date', __('models/locations.fields.opening_date').':') !!}
{{ $location->opening_date }}
{!! Form::label('hours', __('models/locations.fields.hours').':') !!}
{{ $location->hours }}
{!! Form::label('amenities', __('models/locations.fields.amenities').':') !!}
@foreach($location->amenities as $amenity)
{{$amenity->name}}
@endforeach
{!! Form::label('open247', __('models/locations.fields.open247').':') !!}
{{__('lang.'.($location->open247?'active':'not_active'))}}
{!! Form::label('coming_soon', __('models/locations.fields.coming_soon').':') !!}
{{__('lang.'.($location->coming_soon?'active':'not_active'))}}
{!! Form::label('under_repair', __('models/locations.fields.under_repair').':') !!}
{{__('lang.'.($location->under_repair?'active':'not_active'))}}
{!! Form::label('access_restrictions', __('models/locations.fields.access_restrictions').':') !!}
{{ $location->access_restrictions }}
{!! Form::label('parking_attributes', __('models/locations.fields.parking_attributes').':') !!}
{{ $location->parking_attributes }}
{!! Form::label('parking_level', __('models/locations.fields.parking_level').':') !!}
{{ $location->parking_level }}
{!! Form::label('overhead_clearance_meters', __('models/locations.fields.overhead_clearance_meters').':') !!}
{{ $location->overhead_clearance_meters }}
{!! Form::label('is_active', __('models/clients.fields.is_active').':') !!}
{{__('lang.'.($location->is_active?'active':'not_active'))}}
{!! Form::label('created_at', __('models/locations.fields.created_at').':') !!}
{{ $location->created_at }}
{!! Form::label('updated_at', __('models/locations.fields.updated_at').':') !!}
{{ $location->updated_at }}
{!! Form::label('plugshare_location_id', __('models/locations.fields.plugshare_location_id').':') !!}
{{ $location->plugshare_location_id }}
@push('page_css')
@endpush
@push('page_scripts')
@endpush