@extends('vendors.layout') @section('content')
{{ __('Business Hours') }}
{{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
@csrf @foreach ($days as $day) @endforeach
{{ __('Day') }} {{ __('Start Time') }} {{ __('End Time') }} {{ __('Holiday') }}
{{ $day->day }} @if ($day->holiday == 0) -- @else

@endif
@if ($day->holiday == 0) -- @else

@endif
@endsection @section('script') @endsection