@extends('admin.layouts.master') @push('css') @endpush @section('content')

Operation Hours

@if(count($operationHours) > 0) @foreach($operationHours as $key => $hour) @csrf @endforeach @else @endif
SN Title Value Primary Status
{{ $key + 1 }} @if($hour->is_primary) Primary @else Secondary @endif status ? 'checked' : '' }}>
😢 No opening hours found @if (count(request()->all()) > 0) Reset Filter @endif
@endsection @push('js') @endpush