@extends("admin.admin_app") @section("content")
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
# Img @php $country_for = $_COOKIE['country']; @endphp @if($country_for == 250) Master Community @else city @endif name @if($country_for == 250) City @else State @endif /Country Description Action
@endsection @push('scripts') @endpush