'Hotel', 'names' => 'Hotels', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Hotels', 'sub' => 'Hotels', 'list' => 'List of hotels', 'edit' => 'Edit hotel', 'create' => 'Create new hotel' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['Online','Offline','Draft'], 'type' => ['Hotels','Club travels','Cruises'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'brand_id' => 'Please enter brand id', 'attribute_id' => 'Please enter attribute id', 'country_id' => 'Please enter country id', 'flights_id' => 'Please enter flights id', 'title' => 'Please enter title', 'stars' => 'Please enter stars', 'booking_link' => 'Please enter booking link', 'duration' => 'Please enter duration', 'price' => 'Please enter price', 'status' => 'Please select status', 'type' => 'Please select type', 'latitude' => 'Please enter latitude', 'longitude' => 'Please enter longitude', 'details' => 'Please enter details', 'leisure_offers' => 'Please enter leisure offers', 'our_privileges' => 'Please enter our privileges', 'images' => 'Please enter images', 'videos' => 'Please enter videos', 'meta_title' => 'Please enter meta title', 'meta_description' => 'Please enter meta description', 'meta_keywords' => 'Please enter meta keywords', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'brand_id' => 'Brand id', 'attribute_id' => 'Attribute id', 'country_id' => 'Country id', 'flights_id' => 'Flights id', 'title' => 'Title', 'stars' => 'Stars', 'booking_link' => 'Booking link', 'duration' => 'Duration', 'price' => 'Price', 'status' => 'Status', 'type' => 'Type', 'latitude' => 'Latitude', 'longitude' => 'Longitude', 'details' => 'Details', 'leisure_offers' => 'Leisure offers', 'our_privileges' => 'Our privileges', 'images' => 'Images', 'videos' => 'Videos', 'meta_title' => 'Meta title', 'meta_description' => 'Meta description', 'meta_keywords' => 'Meta keywords', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'brand_id' => ['name' => 'Brand id', 'data-column' => 1, 'checked'], 'attribute_id' => ['name' => 'Attribute id', 'data-column' => 2, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 3, 'checked'], 'stars' => ['name' => 'Stars', 'data-column' => 4, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 5, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 6, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Hotels', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];