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