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