@extends('admin.layouts.app') @section('content')

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


@if(!empty($top_cards)) @foreach($top_cards as $card)
{{$card['title']}} {{$card['amount']}} {{$card['desc']}}
@endforeach @endif

{{ (is_admin()) ? __('Order views') : __('Your Profile Views') }}
 
{{__('Notifications')}}
@endsection @section('script.body') @endsection