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