'Escrow', 'names' => 'Escrows', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Escrows', 'sub' => 'Escrows', 'list' => 'List of escrows', 'edit' => 'Edit escrow', 'create' => 'Create new escrow' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'agent' => 'Please enter agent', 'location_id' => 'Please enter location id', 'sublocation_id' => 'Please enter sublocation id', 'building_id' => 'Please enter building id', 'documents' => 'Please enter documents', 'notes' => 'Please enter notes', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'agent' => 'Agent', 'location_id' => 'Location id', 'sublocation_id' => 'Sublocation id', 'building_id' => 'Building id', 'documents' => 'Documents', 'notes' => 'Notes', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'agent' => ['name' => 'Agent', 'data-column' => 1, 'checked'], 'location_id' => ['name' => 'Location id', 'data-column' => 2, 'checked'], 'sublocation_id' => ['name' => 'Sublocation id', 'data-column' => 3, 'checked'], 'building_id' => ['name' => 'Building id', 'data-column' => 4, 'checked'], 'documents' => ['name' => 'Documents', 'data-column' => 5, 'checked'], 'notes' => ['name' => 'Notes', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Escrows', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];