{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')
{{ __('Title') }} | {{ __('Parent') }} | {{ __('Actions') }} | |
---|---|---|---|
{{ $record->title }} | @if ( empty($record->parent->title) )@else | {{ $record->parent->title }} | @endif
|