Contact Us
@csrf
{{--
@php $countries=get_countries(); @endphp
Select Country
@foreach($countries as $country)
{{$country->name}}
@endforeach
--}}
{{--
--}}
{{--@endsection--}}