@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
 
about_us_img


All Categories

@foreach ($categories as $item) @if($category->id == $item->id) {{ $item->name }} @else {{ $item->name }} @endif @endforeach
@if(count($blogs) == 0)
No Blogs Found.
@else
@foreach ($blogs as $item) @endforeach
@endif
@if($category->description)
Warning: Undefined variable $category in /home/excellentbond/public_html/resources/views/PublicPages/blogs.blade.php on line 80

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

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

@endsection