@extends('layouts.app') @section('meta_title',$category->meta_title) @section('meta_keywords',$category->meta_keyword) @section('meta_description',$category->meta_description) @section('meta_image') @if($category->image) content="{{ Request::root() }}/storage/{{$category->image}}" @else content="{{ Request::root() }}/images/logo-2.png" @endif @endsection @section('content') @if($category->image) @endif

{{ $category->name }}


All Categories

@foreach ($categories as $item) @if($category->id == $item->id) {{ $item->name }} @else {{ $item->name }} @endif @endforeach

Please Contact Us
@csrf
@if(count($products) == 0)
No Products Found.
@else
@foreach ($products as $item) @endforeach
Image Name Packing Composition Price
{{ $item->name }} {{ $item->name }} {{ $item->packing }} {{ $item->composition }} {{ $item->price }} Details
{{ $products->links() }} @endif
@if($category->description)
Warning: Undefined variable $category in /home/excellentbond/public_html/resources/views/PublicPages/category.blade.php on line 134

Warning: Attempt to read property "description" on null in /home/excellentbond/public_html/resources/views/PublicPages/category.blade.php on line 134

Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/excellentbond/public_html/resources/views/PublicPages/category.blade.php on line 134
@endif

@endsection