@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Days

{{-- Show Types Here Start --}}
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif {{-- --}} @foreach ($day as $item) {{-- --}} @endforeach
ID DayActions
{{$item->id}}
{{$item->day}}
Actions
{{-- Show Types Here End --}}
@include('partials.footer')
@include('global.footer-links')