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

    {{ $title }}

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

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

    {{ __('main.parent') }}: {{ $show->parent?$show->parent->name:"N/A" }}

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

    @endsection