@extends('layouts.app') @section('title', 'Visa Agent Report') @section('content')

Visa Agent Report

Agent Total Visa Approved Pending Rejected
{{ $agent ?? 'Agent 1' }} {{ $total_visa ?? '10' }} {{ $approved ?? '8' }} {{ $pending ?? '1' }} {{ $rejected ?? '1' }}
@endsection