@extends(get_view('index')) @section('title'){{ $post->title }} - @endsection @section('menu-active-blog') active @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => $post->title])
@endsection @section('footer') @endsection