@extends('layouts.front-layout') @section('title') All Product @endsection @section('content')
Top Branded

Products

{{-- Category--}} @forelse($get_categories as $category) @empty

Category Data Not Available

@endforelse
{{-- Brand--}} @forelse($get_brands as $brand) @empty

Brand Data Not Available

@endforelse
@endsection