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