<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Language files for accessory in shop package
    |--------------------------------------------------------------------------
    |
    | The following language lines are  for  accessory module in shop package
    | and it is used by the template/view files in this module
    |
    */

    /**
     * Singlular and plural name of the module
     */
    'name' => 'Accessory',
    'names' => 'Accessories',
    'icon' => 'las la-list',

    /**
     * Singlular and plural name of the module
     */
    'title' => [
        'main' => 'Accessories',
        'sub' => 'Accessories'
    ],

    /**
     * Singlular and plural name of the module
     */
    'groups'         => [
        'main' => 'Main',
        'images' => 'Images',
        'details' => 'Details',
        'settings' => 'Settings'
    ],

    /**
     * Form sub section name for the module.
     */
    'sections' => [
        'main' => 'Main',
        'details' => 'Details',
    ],

    /**
     * Options for select/radio/check.
     */
    'options'       => [
        
    ],

    /**
     * Placeholder for inputs
     */
    'placeholder'   => [
        'id'                         => 'Please select id',
        'name'                       => 'Please select name',
        'description'                => 'Please select description',
        'price'                      => 'Please select price',
        'brand'                      => 'Please select brand',
        'car_models'                 => 'Please select car models',
        'stock'                      => 'Please select stock',
        'images'                     => 'Please select images',
        'user_id'                    => 'Please select user id',
        'created_at'                 => 'Please select created at',
        'updated_at'                 => 'Please select updated at',
        'deleted_at'                 => 'Please select deleted at',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'id'                         => 'Id',
        'name'                       => 'Name',
        'description'                => 'Description',
        'price'                      => 'Price',
        'brand'                      => 'Brand',
        'car_models'                 => 'Car models',
        'stock'                      => 'Stock',
        'images'                     => 'Images',
        'user_id'                    => 'User id',
        'created_at'                 => 'Created at',
        'updated_at'                 => 'Updated at',
        'deleted_at'                 => 'Deleted at',
    ],

    
    ];