@extends('store.template1.partials.layout') @section('title', 'Blog') @section('content') @include('store.shared.breadcrumb', [ 'items' => [ [ 'title' => 'Blogs', 'url' => route('blogs.index'), 'active' => false ], [ 'title' => 'Blog', 'url' => '#', 'active' => true, 'id' => 'blog-title' ] ] ]) @include('store.shared.blog') @endsection