@extends('layouts.backend') @section('content')
{{-- START INCLUDE TABLE HEADER --}} @include('backend.includes.cards.table-header', ['title' => trans('title.show-row-details', ['model' => trans('menu.'.getModel(true))])]) {{-- START INCLUDE TABLE HEADER --}}
@include('backend.'.getModel().'.show')
@endsection