'Manufacturer', 'names' => 'Manufacturers', /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'manufacturer_address' => 'Please enter manufacturer address', 'manufacturing_year' => 'Please select manufacturing year', 'serial_no' => 'Please enter serial no', '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', 'manufacturer_address' => 'Manufacturer address', 'manufacturing_year' => 'Manufacturing year', 'serial_no' => 'Serial no', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];