@extends('super_admin.layouts.master') @section('content') {{-- Digital clock --}}
Application (Paid)

{{ $totalCompleteResponseCount }}

Application (Incomplete)

{{ $totalInCompleteResponseCount }}

Total Transaction

{{ $totalTransaction }}Tk

Last 7 days Application record
@if (isset($response)) @foreach ($response as $item) @if (isset($item->visa->name)) @endif @endforeach @if (sizeof($response) <= 0) @endif @endif
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() }}
@endsection