@extends('layouts.admin') @section('page-title') {{ __('Manage Opearating Hours') }} @endsection @section('breadcrumb') @endsection @section('action-button')
@endsection @section('content')
@include('layouts.setup')
@foreach ($priority as $index => $priorities) @endforeach
# {{ __('Name') }} {{ __('Color') }} {{ __('Action') }}
{{ ++$index }} {{ $priorities->name }}    
@csrf @method('DELETE')
@endsection