'Inquiry', 'names' => 'Inquiries', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Inquiries', 'sub' => 'Inquiries', 'list' => 'List of inquiries', 'edit' => 'Edit inquiry', 'create' => 'Create new inquiry' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['Pending','Approved'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'buyer_id' => 'Please enter buyer', 'seller_id' => 'Please enter seller', 'product_id' => 'Please enter product', 'status' => 'Please select status', 'quantity' => 'Please enter quantity', 'unit' => 'Please enter unit', 'intended_date' => 'Please select Intended Purchase Time', 'price' => 'Please enter price', 'currency' => 'Please enter currency', 'region_id' => 'Please enter condinent', 'country_id' => 'Please enter country', 'location_id' => 'Please enter location', 'sublocation_id' => 'Please enter sublocation', 'payment_term' => 'Please enter payment term', 'details' => 'Please enter details', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'buyer_id' => 'Buyer', 'seller_id' => 'Seller', 'product_id' => 'Product', 'status' => 'Status', 'quantity' => 'Quantity', 'unit' => 'Unit', 'intended_date' => 'Intended Purchase Time', 'price' => 'Price', 'currency' => 'Currency', 'region_id' => 'Condinentid', 'country_id' => 'Country id', 'location_id' => 'Location', 'sublocation_id' => 'Sublocation', 'payment_term' => 'Payment term', 'details' => 'Details', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'buyer_id' => ['name' => 'Buyer', 'data-column' => 1, 'checked'], 'seller_id' => ['name' => 'Seller', 'data-column' => 2, 'checked'], 'product_id' => ['name' => 'Product', 'data-column' => 3, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 4, 'checked'], 'quantity' => ['name' => 'Quantity', 'data-column' => 5, 'checked'], 'price' => ['name' => 'Price', 'data-column' => 6, 'checked'], 'country_id' => ['name' => 'Country id', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Inquiries', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];