@extends('layouts.website_layout') @section('meta_title', $blog_category->meta_title) @section('meta_description', $blog_category->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', $page_name_url) @section('content')

{{$blog_category->blog_category_name}}

@foreach($blog as $blog_row)

{{$blog_row->blog_name}}

{{date('dS F, Y', strtotime($blog_row->blog_published_date))}}

{{$blog_row->blog_name}}

{{$blog_row->blog_preview}}

@endforeach @if(!empty($blogs_total_count) && $total_pages > 1) @endif
@php echo View::make('blog_sidebar', ['blog_categories' => $blog_categories, 'latest_blog' => $latest_blog, 'blog_category_url_slug' => $blog_category_url_slug]) @endphp
@endsection