View

@if(isset($category->parent_id)) Sub Category @else Category @endif Name:-{{$category->name}}
@if($category->parent_id)
Parent Category:-{{$category->parent->name}}
@else
URL Slug:-{{$category->slug}}
@endif
@if(isset($category->parent_id)) Sub-Category @else Category @endif Icon:- @if (isset($category->image)) @else NA @endif
Status:-{{$category->status=="active" ? "Active" : "De-Active"}}
Meta Title:-{{$category->meta->meta_title}}
Meta Keywords:-{{$category->meta->meta_description}}
Meta Description:-{{$category->meta->meta_keyword}}
Canonical Tag:-{{$category->meta->canonical_tags}}
Twitter Cards:-{{$category->meta->twitter_cards}}
OG Tags:-{{$category->meta->og_tags}}