Country Lists

@if (session()->has('success')) @endif @if (session()->has('delete')) @endif
@if (isset($response)) @foreach ($response as $key => $item) @endforeach @if (sizeof($response) <= 0) @endif @endif
# Name Destination Passport No. Country Visa Paid amount Payment Action
{{ $key + 1 }} {{ $item->first_name }} {{ $item->last_name }} @php $country = \App\Helpers\findCountry::findCountry( $item->to_country, ); if (isset($country->name)) { echo $country->name; } @endphp {{ $item->passport_nmbr }} @php $country = \App\Helpers\findCountryFromList::findCountry( $item->nationality, ); if (isset($country->name)) { echo $country->name; } @endphp {{ $item->visa->name }} BDT {{ $item->estimate_price }}
No data found !
{{-- --}} {{-- Delete Prompt --}} {{-- --}} {{-- active --}} {{-- Inactive --}}
@section('custom_script') {{-- --}} @endsection