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

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

{{ __('Name') }} *

{{ __('Doctor Speciality') }}

{{ __('Degree') }}

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

@else

{{ __('Name') }} *

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

@endif

{{ __('Category') }} *

{{ __('Location') }} *

{{ __('Gender') }} *

{{ __('Address') }}

{{ __('Map Latitude') }}

{{ __('Map Longitude') }}

{{ __('Department') }}

{{ __('Description') }} *

is_feature == 1 ? 'checked' : ''}}>

@if ($amenities) @foreach($amenities as $key=>$amenity)
name,$listingAmenities) ? 'checked' : ''}}>
@endforeach @endif

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

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

{{ __('Listing Gallary') }}


{{ __('Saturday') }} *

{{ __('Sunday') }} *

{{ __('Monday') }} *

{{ __('Tuesday') }} *

{{ __('Wednesday') }} *

{{ __('Thursday') }} *

{{ __('Friday') }} *


{{ __('Website') }}

{{ __('Email') }}

{{ __('Landline number') }}

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

{{ __('Phone number') }}

{{ __('Facebook') }}

{{ __('Twitter') }}

{{ __('Linkedin') }}

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

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

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