@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Side Drawer Websites @endsection @section('content')

Side Drawer Websites @if(isset($country_info) && !empty($country_info)) - {{$country_info->country_name}} @endif

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
@csrf
@php $x_embed_field = 0; @endphp
@if(isset($websites) && !empty($websites)) @foreach($websites as $website) @php $x_embed_field++; @endphp
@if($x_embed_field > 1) @else @endif
@endforeach @else @php $x_embed_field++; @endphp
@endif
@endsection @section('custom_js') @endsection