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

Shop {{$pageData['Product']['top_banner_title'] ? : ''}}

img
@forelse($get_products as $product) @empty

Product Not Found

@endforelse
@endsection