@extends('../../master_layout/website_master')
@section('heading')
Escort Videos from {{$country->country_name}}
@php
$escort_url = 'Escort Videos from '.$country->country_name;
$breadcrumb = array(
array('title'=>$escort_url, 'url'=>'', 'active'=>'1')
);
@endphp
@include('website_view.component.breadcrumb', compact("breadcrumb"))
@endif
{!! $country->video_description !!}