@extends('user.layouts.app') {{-- Or your master layout file --}} @section('content')
{{-- You can get the authenticated user's name dynamically --}}

Hi, Kemi Wale

Take a look your overview Today {{ date('M d, Y') }}

@foreach($statsData as $stat)

{{ $stat['title'] }}

{{ $stat['value'] }}

@endforeach

Filters

@include('user.partials.requests-table', ['tableData' => $tableData])
@endsection @push('scripts') @endpush