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