@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @section('content')

Hi, {{ucfirst($user->full_name)}};
Welcome to {{__system_settings('site_name')}} dashboard

@if ($user->activeSubscription()->exists())
Account Type
{{ $user->activeSubscription?->plan?->name }}

Expires: {{__date_parse($user->activeSubscription->ends_at)}}

Upgrade @else Subscribe to a plan @endif
Usage analytics
Usage Analytics
Total Fan Cards
{{$follower_counts}}
Total Request
{{$requests_counts}}
@endsection @section('javascript') @endsection