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