@extends(getTemplate('admin')) @section('content')

{{__('takenplace::takenplace.event_management')}}

{{$title}}

TOTAL MEMBERS
{{\App\Models\User::count()}}
{{--
Better than last week (76.3%)
--}}
TOTAL WEDDINGS
{{\Modules\Takenplace\Models\Wedding::count()}}
{{--
Better than last week (76.3%)
--}}
TOTAL PAID ORDERS
{{\App\Models\Order::where('status','paid')->count()}}
{{--
Better than last week (76.3%)
--}}
TOTAL GUEST PHOTOS
{{count(Storage::allFiles('public/takenplace/wedding_photos'))}}
{{--
Better than last week (76.3%)
--}}
@endsection