'Bureau', 'names' => 'Bureaus', 'title' => [ 'user' => 'My Bureaus', 'admin' => 'Bureaus', 'sub' => [ 'user' => 'Bureaus created by me', 'admin' => 'Bureaus', ], ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'numero' => '', 'date_debut' => '', 'date_fin' => '', 'association_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'numero' => 'Numero', 'date_debut' => 'Date debut', 'date_fin' => 'Date de fin', 'association_id' => 'Association', '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', ], ];