Last 7 days Application record
Name | Destination | Country | Visa | Payment | |||
---|---|---|---|---|---|---|---|
{{ $item->first_name }} {{ $item->last_name }} | @php $country = \App\Helpers\findCountry::findCountry( $item->to_country, ); echo $country->name; @endphp | {{-- @php $country = \App\Helpers\findCountry::findCountry( $item->nationality, ); if (isset($country->name)) { echo $country->name; } @endphp --}} Bangladesh | {{ $item->visa->name }} | @if ($item->payment_status == 1) paid @else incomplete @endif | |||
No data found ! |
{{ $response->links() }}