@extends('layouts.main') @section('title') {{__("Create Categories")}} @endsection @section('page-title')

@yield('title')

@if (!empty($category)) < {{__("Back to All Categories")}} @can('category-create') + {{__("Add Subcategory")}} - /{{ $category->name }} @endcanany @else @can('category-create') + {{__("Add Category")}} @endcan @endif
@endsection @section('content')
@can('category-update') @endcan @canany(['category-update', 'category-delete']) @endcanany
{{ __('ID') }} {{ __('Name') }} {{ __('Image') }} {{ __('Subcategories') }} {{ __('Custom Fields') }} {{ __('Advertisement Count') }}{{ __('Active') }}{{ __('Action') }}
@endsection