@extends('dashboard.layouts.master') @section('title', 'Category Management | Admin Panel') @section('content') @include('sweetalert::alert') @if(Helper::canAccessModule('categories'))

{{ __('backend.category_managment') }}

{{ __('backend.dashboard') }} / {{ __('backend.category_managment') }} / {{ __('backend.category_list') }}
@if(Helper::checkPermission('categories', 'create')) @endif
@if(Helper::checkPermission('categories', 'active') || Helper::checkPermission('categories', 'delete')) {{ Form::open(['route' => 'categoryUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }} @endif
Name {{ __('backend.status') }} {{ __('backend.options') }}
{{-- Alert modal (no rows / no status selected) --}} {{-- Confirmation modal (yes / no) --}} @else @endif @endsection @push('after-scripts') @endpush