@extends('home_layout.master_sidebar') @section('page_styles') @stop @section('breadcrumbs') @include('home_layout.breadcrumb', [ 'title' => 'Users', 'breadcrumbs' => [ ['title' => 'Home', 'link' => '#'], ['title' => 'Users', 'link' => '#'] ] ]) @stop @section('content')
Name | Created At | Events | Bookings | Actions | |
---|---|---|---|---|---|
{{ $user->email }} | {{ $user->created_at->format('Y-m-d') }} | {{ $user->events_count ?? 0 }} | {{ $user->bookings_count ?? 0 }} |