@extends('layouts.backend.master') @section('title', trans('backend.titles.blogs')) @section('content')
@include('backend.includes.table.header', ['page' => 'blogs', 'id' => $blog->id]) @include('backend.blogs.tables.show') @include('backend.includes.table.footer', ['page' => 'blogs', 'id' => ['blog' => $blog->id]])
@endsection