'IameDetail', 'names' => 'IameDetails', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'IameDetails', 'sub' => 'IameDetails', 'list' => 'List of iame_details', 'edit' => 'Edit iame_detail', 'create' => 'Create new iame_detail' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'float_plan_id' => 'Please enter float plan id', 'radio_communication_message_sent_time' => 'Please select radio communication message sent time', 'radio_communication_message_received_time' => 'Please select radio communication message received time', 'radio_communication_message_sent_details' => 'Please enter radio communication message sent details', 'radio_communication_message_received_details' => 'Please enter radio communication message received details', 'incidents_medical_time' => 'Please select incidents medical time', 'incidents_other_time' => 'Please select incidents other time', 'incidents_medical_details' => 'Please enter incidents medical details', 'incidents_other_details' => 'Please enter incidents other details', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'float_plan_id' => 'Float plan id', 'radio_communication_message_sent_time' => 'Radio communication message sent time', 'radio_communication_message_received_time' => 'Radio communication message received time', 'radio_communication_message_sent_details' => 'Radio communication message sent details', 'radio_communication_message_received_details' => 'Radio communication message received details', 'incidents_medical_time' => 'Incidents medical time', 'incidents_other_time' => 'Incidents other time', 'incidents_medical_details' => 'Incidents medical details', 'incidents_other_details' => 'Incidents other details', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'float_plan_id' => ['name' => 'Float plan id', 'data-column' => 1, 'checked'], 'radio_communication_message_sent_time' => ['name' => 'Radio communication message sent time', 'data-column' => 2, 'checked'], 'radio_communication_message_received_time' => ['name' => 'Radio communication message received time', 'data-column' => 3, 'checked'], 'radio_communication_message_sent_details' => ['name' => 'Radio communication message sent details', 'data-column' => 4, 'checked'], 'radio_communication_message_received_details' => ['name' => 'Radio communication message received details', 'data-column' => 5, 'checked'], 'incidents_medical_time' => ['name' => 'Incidents medical time', 'data-column' => 6, 'checked'], 'incidents_other_time' => ['name' => 'Incidents other time', 'data-column' => 7, 'checked'], 'incidents_medical_details' => ['name' => 'Incidents medical details', 'data-column' => 8, 'checked'], 'incidents_other_details' => ['name' => 'Incidents other details', 'data-column' => 9, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'IameDetails', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];