<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Brand Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used for Brand CRUD operations.
    |
    */

    'categories' => 'Categories',
    'manage_your_categories' => 'Manage your categories',
    'all_your_categories' => 'All your categories',
    'category' => 'Category',
    'category_name' => 'Category name',
    'code' => 'Category Code',
    'add_as_sub_category' => 'Add as sub-category',
    'select_parent_category' => 'Select parent category',
    'added_success' => 'Category added successfully',
    'updated_success' => 'Category updated successfully',
    'deleted_success' => 'Category deleted successfully',
    'add_category' => 'Add Category',
    'edit_category' => 'Edit Category',

];
