@extends('front.layout.app') @section('content')

{{ $homeData->content['shop_banner_title'] }}

{{ isset($category) ? $category->name : "Products" }}

@endsection