@extends('admin.layouts.masterlayout') @section('title') View User @endsection @section('head_title') User Management @endsection @section('content')
User
{{ $user->phone ?? '-' }}
{{ $user->email ?? '-' }}
{{ !empty($user->created_at) ? $user->created_at->format('F d, Y') : '-' }}
{{ $user->address ?? '-' }}
{{ $user->country ?? '-' }}
{{ $user->state ?? '-' }}
{{ $user->city ?? '-' }}
{{ $totalBookings }}
{{ $noShowBookings }}
{{ $lastBookingDate ? \Carbon\Carbon::parse($lastBookingDate)->format('d-m-Y') : '-' }}
# | Shop Name | Artist | Appointment Date | Placement | Booking Amount | Status | Action |
---|