@extends('layout')
@section('title')
{{ __('translate.Create Classified Listing') }}
@endsection
@section('body-content')
@include('profile.logout')
@endsection
@push('style_section')
@endpush
@include('listing::frontend.partials.listing-address-map-scripts')
@include('listing::frontend.partials.listing-location-scripts')
@push('js_section')
@include('listing::frontend.partials.create-gallery-scripts')
@include('listing::frontend.partials.listing-dynamic-options-scripts', ['listingId' => 0])
@include('listing::partials.listing-features-reload-script')
@endpush
@include('listing::frontend.partials.listing-form-submit-loading')