@extends('layouts.front-layout') @section('title') Categories @endsection @section('content')

{{ $pageData['Category']['heading'] ?? '' }}

@forelse($get_categories as $category) @empty

Categories Not Found

@endforelse
@include('front.includes.home-sell-sec') @endsection