@extends('layouts.admin.master') @section('title','View Category Detail') @section('content') @include('layouts.admin.flash.alert')

Manage Categories Here you can view Category detail

{{ Breadcrumbs::render('common',['append' => [['label'=> $getController,'route'=> 'admin.pages.index'],['label' => 'View Category Detail']]]) }}

{{ $category->title }}

{{-- Back --}}
{{ __('Title') }} {{ $category->title }}
{{ __('Slug') }} {{ $category->slug }}
{{ __('Meta Title') }} {{ $category->meta_title }}
{{ __('Meta Keyword') }} {{ $category->meta_keyword }}
{{ __('Meta Description') }} {{ $category->meta_description }}