@if (count($errors) > 0)
@if ($user->employee)
@endif
@if ($user->employee)
@endif
@if ($user->employee && $user->employee->appointments)
@endif
@if ($user->appointments->count())
@endif
@stop
@section('js')
{{-- for employee --}}
{{-- user booking data --}}
@stop
Whoops! There were some problems with your input.
@endif
@if (session('success'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif
Change image
@if ($user->image)
@endif
{{ $user->name }}
{{ $user->email }}
- Last Logged In {{ $user->lastSuccessfulLoginAt() ? $user->lastSuccessfulLoginAt()->diffForHumans() : 'NA' }}
- Account Created {{ $user->created_at->diffForHumans() }}
- Role: {{ ucwords($user->getRoleNames()->first()) }}
10 Feb. 2014
12:05
Support Team sent you an email
Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles,
weebly ning heekya handango imeem plugg dopplr jibjab, movity
jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle
quora plaxo ideeli hulu weebly balihoo...
5 mins ago
Sarah Young accepted your friend request
27 mins ago
Jay White commented on your post
Take me to your leader!
Switzerland is small and neutral!
We are more like Germany, ambitious and misunderstood!
3 Jan. 2014
| Login | Logout | {{--City | Country | --}}
|---|---|---|---|
| {{ $auth->login_at ? $auth->login_at->format('H:i | d M Y') : 'NA' }} | {{ $auth->logout_at ? $auth->logout_at->format('H:i | d M Y') : 'NA' }} | {{--{{ $auth->location['city'] ?? 'NA' }} | {{ $auth->location['country'] ?? 'NA' }} | --}}
Only For Employees
Fill these details if adding an employee only| # | User | Service | Staff | Date | Time | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $appointment->name }} | {{ $appointment->service->title }} | {{ $appointment->employee->user->name }} | {{ $appointment->booking_date }} | {{ $appointment->booking_time }} | @php $statusColors = [ 'Pending payment' => '#f39c12', 'Processing' => '#3498db', 'Confirmed' => '#2ecc71', 'Cancelled' => '#ff0000', 'Completed' => '#008000', 'On Hold' => '#95a5a6', 'Rescheduled' => '#f1c40f', 'No Show' => '#e67e22', ]; @endphp @php $status = $appointment->status; $color = $statusColors[$status] ?? '#7f8c8d'; @endphp {{ $status }} |
| # | User | Service | Staff | Date | Time | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $appointment->name }} | {{ $appointment->service->title }} | {{ $appointment->employee->user->name }} | {{ $appointment->booking_date }} | {{ $appointment->booking_time }} | @php $statusColors = [ 'Pending payment' => '#f39c12', 'Processing' => '#3498db', 'Confirmed' => '#2ecc71', 'Cancelled' => '#ff0000', 'Completed' => '#008000', 'On Hold' => '#95a5a6', 'Rescheduled' => '#f1c40f', 'No Show' => '#e67e22', ]; @endphp @php $status = $appointment->status; $color = $statusColors[$status] ?? '#7f8c8d'; @endphp {{ $status }} |