@extends('layouts.customer') @section('content')
{{ $message }}
{{ $staff->getName() ?? 'Guest' }} @if( $staff->roles->whereNotIn('name', 'BranchStaffMember')->first() ) ( {{ $staff->roles->whereNotIn('name', 'BranchStaffMember')->first()->display_name ?? '' }} ) @endif
Employee at {{ $restaurant_name }}
Hourly Pay: {{ $staff->payment_type_hourly ? "$".$staff->payment_type_hourly : 'N/A' }}
@if( $staff->lastClocked )@php $lastClocked = $staff->lastClocked; $fmt_date = \Carbon\Carbon::parse($lastClocked->created_at)->format('F j, Y'); // 'Apr 16, 2024'; $fmt_time = \Carbon\Carbon::parse($lastClocked->created_at)->format('h:i a'); // '01:30 PM'; @endphp {{ sprintf('Last active %s at %s', $fmt_date, $fmt_time) }}
@endifFrom Date: {{ $first['date'] ?? '' }} - To Date: {{ $last['date'] ?? '' }}
Total Time: {{ $staff->clocked_time_in_hours }}
Total Billing: {{ $staff->clocked_billing ?? 'N/A' }}
--}}First Name
{{ $staff->first_name ?? '-' }}
Last Name
{{ $staff->last_name ?? '-' }}
{{ $staff->email ?? '-' }}
Phone
{{ $staff->phone ?? '-' }}
| # | First | Last | Handle |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry the Bird | ||
|
No certificates added yet. |
| Name | Version | File |
|---|---|---|
| {{ $document['name'] ?? '' }} | {{ $document['version'] ?? '' }} | @if( isset($document['file']) && !empty($document['file']) ) {{ 'Sent' }} @else {{ 'Not sent' }} @endif |
|
No documents added yet. |