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