'Booking', 'names' => 'Bookings', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bookings', 'sub' => 'Bookings' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'unit_id' => 'Please enter unit id', 'name' => 'Please enter name', 'mobile' => 'Please enter mobile', 'email' => 'Please enter email', 'price' => 'Please enter price', 'documents' => 'Please enter documents', 'status' => 'Please enter status', 'approved_by' => 'Please enter approved by', 'approved_at' => 'Please select approved at', 'rejected_by' => 'Please enter rejected by', 'rejected_at' => 'Please select rejected at', 'rejected_reason' => 'Please enter rejected reason', 'agent_id' => 'Please enter agent id', 'created_by' => 'Please enter created by', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'unit_id' => 'Unit id', 'name' => 'Name', 'mobile' => 'Mobile', 'email' => 'Email', 'price' => 'Price', 'documents' => 'Documents', 'status' => 'Status', 'approved_by' => 'Approved by', 'approved_at' => 'Approved at', 'rejected_by' => 'Rejected by', 'rejected_at' => 'Rejected at', 'rejected_reason' => 'Rejected reason', 'agent_id' => 'Agent id', 'created_by' => 'Created by', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];