@extends('layouts.admin') @section('content')
{{ __('Add New Listing') }} {{ __('Back') }}
{{ __('Add New Listing Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}

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

{{ __('Name') }} *

{{ __('Doctor Speciality') }}

{{ __('Degree') }}

{{ __('Slug') }} *

{{ __('Category') }}

@else

{{ __('Name') }} *

{{ __('Slug') }} *

{{ __('Designation') }}

{{ __('Category') }}

@endif

{{ __('Location') }}

{{ __('Gender') }}

{{ __('Address') }} *

{{ __('Map Latitude') }}

{{ __('Map Longitude') }}

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

{{ __('Department') }}

@endif

{{ __('Description') }} *


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

{{ __('Listing Video Provider') }}

{{ __('Listing Video Url') }}

{{ __('Listing Thumbnail') }}*

({{ __('Preferred Size 600 x 600') }})

{{ __('Listing Gallary') }}


{{ __('Saturday') }} *

{{ __('Sunday') }} *

{{ __('Monday') }} *

{{ __('Tuesday') }} *

{{ __('Wednesday') }} *

{{ __('Thursday') }} *

{{ __('Friday') }} *


{{ __('Website') }}

{{ __('Email') }} *

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

{{ __('Landline number') }}

{{ __('Appoinment Contact Number') }}

@endif @if (request()->type == 'pharma')

{{ __('Contact Person') }}

{{ __('Contact Person Number') }}

@endif

{{ __('Phone number') }}

{{ __('Facebook') }}

{{ __('Twitter') }}

{{ __('Linkedin') }}

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

@includeIf('partials.admin.listing.doctor')
@endif

@includeIf('partials.admin.listing.faq')
@endsection @section('scripts') @endsection