@extends('layouts.frontend.app') @section('title', 'Categories') @section('content')

Categories

@include('frontend.pages.partials.category-list')
@endsection