@extends('layouts.admin') @section('page-title') {{ __('Manage Opearating Hours') }} @endsection @section('breadcrumb') @endsection @php $logos = \App\Models\Utility::get_file('public/'); @endphp @section('action-button')
@endsection @section('content')
@include('layouts.setup')
@foreach ($opeatings as $index => $opeating) @endforeach
# {{ __('Name') }} {{ __('Action') }}
{{++$index}} {{ $opeating->name }}
@csrf @method('DELETE')
@endsection