@extends('layouts.front') @push('css') @endpush @section('content') @includeIf('partials.user.header')
@includeIf('partials.user.sidebar')

@lang('Add Listing')

@include('includes.admin.form-both') {{ csrf_field() }}

@lang('Listing Info')

@if (request()->type == 'doctor')
@else
@endif

@lang('Amenties Options')

    @if ($amenities) @foreach($amenities as $key=>$amenity)
  • @endforeach @endif

@lang('Media')


Working Hours


@lang('Contact Info')


@if (request()->type == 'restaurant') @endif @if (request()->type == 'hotel')
@includeIf('partials.user.listing.room')
@endif @if (request()->type == 'beauty')
@includeIf('partials.user.listing.beauty')
@endif @if (request()->type == 'real_estate') @includeIf('partials.user.listing.real_estate') @endif @if (request()->type == 'car') @includeIf('partials.user.listing.car') @endif

@includeIf('partials.user.listing.faq')
@php echo $gs->copyright; @endphp
@endsection @push('js') @endpush