@extends('staffs.layout') @section('style') @endsection @section('content')
| {{ __('Day') }} | {{ __('Start Time') }} | {{ __('End Time') }} | {{ __('Max Booking') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| {{ $hour->staffday->day }} | {{ $hour->start_time }} | {{ $hour->end_time }} | @if ($hour->max_booking == null) {{ __('Unlimited') }} @else {{ $hour->max_booking }} @endif |