@extends($activeTemplate . 'layouts.master') @section('content')
@if ($activePlan)
@csrf
@lang('Listing Details')
@if ($activePlan->allow_map)
@endif
@lang('Separate multiple keywords by') ,(@lang('comma')) @lang('or') @lang('enter') @lang('key')
@if ($activePlan->amenities)
@lang('Amenities')
(@lang('You can add maximum amount of') {{ $activePlan->amenities }} @lang('amenities'))
@isset($listing->amenities) @foreach ($listing->amenities as $key => $amenity)
@endforeach @endisset
@endif
@lang('Operating Hours')
@php $openTime = @$listing->open_time ? showDateTime(@$listing->open_time, 'H:i') : '' @endphp
@php $closeTime = @$listing->close_time ? showDateTime(@$listing->close_time, 'H:i') : '' @endphp
@lang('Media Content')
id) required @endif /> @lang('The image will be resized into') {{ getFileSize('listing') }}
@if ($activePlan->images)
@endif @if ($activePlan->videos)
@if (@$listing->videos) @foreach ($listing->videos as $key => $video)
@if (!$loop->first) @endif
@endforeach @endif
@endif
@else
@lang('No Active Plan')

@lang('Currently, you have no subscribed plan. Please buy a plan to publish your listings or add new listings.')

@endif
@endsection @push('style') @endpush @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush