@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf
@foreach ($countries as $key => $value) @endforeach
@foreach ($cities as $key => $values) @endforeach

Contact Person 1


Contact Person 2

Contact Person 3

Contact Person 4

No Hotel Name Address Contact City Status
@endsection @section('footer_script') @endsection