@extends('layouts.backend.app') @section('title', 'Home') @section('content')
| # | Name | Phone | Created At | ||
|---|---|---|---|---|---|
| {{ $booking->id }} | {{ $booking->user->name }} | {{ $booking->user->email }} | {{ $booking->user->phone }} | {{ $booking->created_at }} | |
| No bookings found | |||||
| # | Name | Role | Created At | Updated At | |
|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} | {{ $user->role() }} | {{ $user->created_at }} | {{ $user->updated_at }} |
| No users found | |||||