@extends('admin.master', ['menu' => 'catbad', 'submenu' => 'category'])
@section('title', isset($title) ? $title : '')
@section('content')
{{ __('Category Name')}} |
{{ __('Image') }} |
{{ __('Category Slug')}} |
{{ __('Description')}} |
{{ __('Icon')}} |
{{ __('Status')}} |
{{ __('Action')}} |
@push('post_scripts')
@endpush
@endsection