<?php

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

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

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

    /**
     * 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'   => [
        'first_name'                 => '',
        'Last Name'                  => '',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'first_name'                 => 'First Name',
        'Last Name'                  => 'Last Name',
    ],
];