@include('admin.listing.listing_style')
{{get_phrase('Basic Info')}}
{{get_phrase('Address')}}
{{get_phrase('Seo')}}
{{get_phrase('Contact')}}
{{get_phrase('Media')}}
@csrf
{{get_phrase('Create')}}
{{get_phrase('Listing title')}} *
{{get_phrase('Description')}} *
{{get_phrase('Visibility')}} *
{{get_phrase('Select listing visibility')}}
{{get_phrase('Visible')}}
{{get_phrase('Hidden')}}
{{get_phrase('Type')}} *
{{get_phrase('Select Type')}}
{{get_phrase('popular')}}
{{get_phrase('Best')}}
{{get_phrase('Wellness ')}}
{{get_phrase('Latitude')}} *
{{get_phrase('Longitude')}} *
{{get_phrase('Country')}} *
{{get_phrase('Select listing country')}}
@foreach (App\Models\Country::get() as $country)
{{get_phrase($country->name)}}
@endforeach
{{get_phrase('City')}} *
{{get_phrase('Select listing city')}}
{{get_phrase('Address')}} *
{{get_phrase('Post Code')}} *
{{get_phrase('Meta Title')}}
{{get_phrase('Meta keywords')}}
{{get_phrase('Meta Description')}} *
{{get_phrase('OG title')}}
{{get_phrase('Canonical URL')}}
{{get_phrase('OG Description')}} *
{{get_phrase('Json ID')}}
{{get_phrase('OG Image')}}
@include('admin.listing.partial_contact')
{{get_phrase('Listing Images')}} :
{{get_phrase('Click to upload SVG, PNG, JPG, or GIF')}} ({{get_phrase('max 500 x 700px')}})
{{get_phrase('Preview Video')}} :
{{-- Summernote --}} @include('admin.listing.listing_script')