@extends('layouts.front-layout') @section('title') Category @endsection @section('content') {{$pageData['Category']['top_banner_title'] ? : ''}} @forelse($get_categories as $index => $category) 258 XTREME {{$category->category_name ? : ''}} {!! $category->description ? : ''!!} READ MORE @empty Categories Not Found @endforelse @endsection