'Rentals', 'names' => 'Rentals', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Rentals', 'sub' => 'Rentals', 'list' => 'List of rentals', 'edit' => 'Edit rentals', 'create' => 'Create new rentals' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'owner_id' => 'House Owner', 'house_id' => 'House Number', 'name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'permanent_address' => 'Permanent Address', 'father_name' => 'Father's Name', 'contact_person' => 'Contact Person', 'contact_phone' => 'Contact Phone', 'photo' => 'Photo', ], /** * Labels for inputs. */ 'label' => [ 'owner_id' => 'House Owner', 'house_id' => 'House Number', 'name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'permanent_address' => 'Permanent Address', 'father_name' => 'Father's Name', 'contact_person' => 'Contact Person', 'contact_phone' => 'Contact Phone', 'photo' => 'Photo', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'owner_id' => ['name' => 'House Owner', 'data-column' => 1, 'checked'], 'house_id' => ['name' => 'House Number', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 3, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 4, 'checked'], 'phone' => ['name' => 'Phone', 'data-column' => 5, 'checked'], 'permanent_address' => ['name' => 'Permanent Address', 'data-column' => 6, 'checked'], 'father_name' => ['name' => 'Father's Name', 'data-column' => 7, 'checked'], 'contact_person' => ['name' => 'Contact Person', 'data-column' => 8, 'checked'], 'contact_phone' => ['name' => 'Contact Phone', 'data-column' => 9, 'checked'], 'photo' => ['name' => 'Photo', 'data-column' => 10, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Rentals', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];