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