@extends('backend.layouts.app') @section('content') @if (env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{ translate('Please Configure SMTP Setting to work all email sending functionality') }}, {{ translate('Configure Now') }}
@endif

All Users

0

All New Users

0

Active All Users

0

Total Artists

0

New Artists

0

Active Artists

0

Total Public
Users

0

New Public Users

0

Public Users
Active

0

Public Users
Tipped

0

Total Tipped

0

Total Tips Amount

0

Total Average Amount Tips

0

Total Tipped
{{\Carbon\Carbon::now()->format('(F)')}}

0

Total Tips Amount
{{\Carbon\Carbon::now()->format('(F)')}}

0

Total Average Amount Tips
{{\Carbon\Carbon::now()->format('(F)')}}

0

Total Performances

0

New Performances

0

Artist Listed Performances

0

Total City

0

Category Performance

0

Upcoming Performance

@foreach ($upcoming_performance as $item) @endforeach
{{ $item->title }}
{{ $item->venue_data->name }} {{ date('d-M-Y', strtotime($item->start_date)) }}
@endsection @section('script') {{-- set count value --}} @endsection