@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Agent Portal @endslot @slot('item1') index @endslot @slot('item2') Agent Portal @endslot @endcomponent
image
{{ auth()->user()->name ?? 'Agent' }}
Travel Agent
Agent Dashboard
Total Bookings

0 bookings

Total Commission

$0.00

Active Clients

0 clients

This Month

0 bookings

Recent Bookings
No bookings yet

Client bookings will appear here once you start making sales.

Commission Statements
No statements available

Monthly commission statements will be generated after you make your first booking.

@endsection