@extends('../../master_layout/website_master')
@section('heading')
@include('website_view.discover._subnavigation-card', ['country'=> $country])
@php
$escort_url = 'New Questions for Escorts in '.$country->country_name;
$breadcrumb = array(
array('title'=>$escort_url, 'url'=>'', 'active'=>'1')
);
@endphp
@include('website_view.component.breadcrumb', compact("breadcrumb"))
@endsection
@section('content')
@if (session('errors'))
@foreach($errors->all() as $message)
{{$message}}
@endforeach
@endif
Discover Escorts in {{$country->country_name}} : New Questions for Escorts
@endsection
@section('custom_js')
@endsection