@extends('layouts.app') @section('title', __('Dashboard')) @section('content')
@yield('title')
Hi {{ Auth::user()->name }}, {{ __('You are logged in to ') }}{{ config('app.name', 'Laravel') }}


Flights

234

Baggage

9,332

Passengers

12,762

Users

{{ Auth::user()->count() }}

@endsection