@extends('layouts.app') @section('title', $title) @section('content')
Browse

{{ $title }}

Explore our wide range of product categories and find exactly what you're looking for.

@if($categories->count() > 0) @else

No Categories Available

Categories will appear here once added by the admin.

@endif
@endsection