@extends('backend.layout.app') @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.receptionists') }} {{ __('main.show') }} {{ __('main.receptionists') }}: {{ $show->name }} @slot('toolbar')
  • {{ __('main.edit') }} {{ __('main.receptionist') }}
  • {{ __('main.show-all') }} {{ __('main.receptionists') }}
  • {{ __('main.add_new') }} {{trans('main.receptionist')}}
  • @endslot @endcomponent @endsection @section('content')

    {{ $title }}

    {{ __('main.name') }}: {{ $show->name }}

    {{ __('main.email') }}: {{ $show->email }}

    {{ __('main.phone') }}: {{ $show->phone }}

    {{ __('main.created_at') }}: {{ $show->created_at }}

    @endsection