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

{{$pageData['Category']['top_banner_title'] ? : ''}}

img
@forelse($get_categories as $index => $category)
258 XTREME

{{$category->category_name ? : ''}}

{!! $category->description ? : ''!!}
@empty

Categories Not Found

@endforelse
@endsection