@extends('layouts.user') @section('content')

{{ __("Howdy, :name", ['name' => Auth::user()->nameOrEmail]) }}!!

{{ __("Ready to jump back in?") }}
@if(!empty($top_cards)) @foreach($top_cards as $card)

{{$card['amount']}}

{{$card['desc']}}

@endforeach @endif

{{ (is_admin()) ? __('Order views') : __('Your Profile Views') }}

 

{{ __("Notifications") }}

    @php $rows = $notifications @endphp @include('Core::frontend.notification.notification-loop-item')
@endsection @section('footer') @endsection