@php $categories = App\Models\Category::where('is_active', true)->orderBy('id', 'desc')->limit(6)->get(); @endphp
@if (session('success')) @endif @if (session('info')) @endif @if (session('warning')) @endif @if (session('danger')) @endif
Where Ceylon’s Bounty Meets the World
@yield('content')