'Support', 'names' => 'Supports', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Supports', 'sub' => 'Supports', 'list' => 'List of supports', 'edit' => 'Edit support', 'create' => 'Create new support' ], /** * Options for select/radio/check. */ 'options' => [ 'support_category' => ['product','order','return','shipping'], 'status' => ['open','closed'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'buyer_id' => 'Please enter buyer id', 'supplier_id' => 'Please enter supplier id', 'order_id' => 'Please enter order id', 'support_category' => 'Please select support category', 'title' => 'Please enter title', 'content' => 'Please enter content', 'attachments' => 'Please enter attachments', 'status' => 'Please select status', 'slug' => 'Please enter slug', '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 id', 'supplier_id' => 'Supplier id', 'order_id' => 'Order id', 'support_category' => 'Support category', 'title' => 'Title', 'content' => 'Content', 'attachments' => 'Attachments', 'status' => 'Status', 'slug' => 'Slug', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'buyer_id' => ['name' => 'Buyer id', 'data-column' => 1, 'checked'], 'supplier_id' => ['name' => 'Supplier id', 'data-column' => 2, 'checked'], 'order_id' => ['name' => 'Order id', 'data-column' => 3, 'checked'], 'support_category' => ['name' => 'Support category', 'data-column' => 4, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 5, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Supports', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];