'field_title', 'Price' => 'get_price()', 'Status ' => 'get_status()', 'Creaated at' => 'field_created_at', ); protected $single_router_name = 'admin:recipe'; protected $create_router_name = 'admin:recipe-new'; protected $verbose_name = "recipe"; protected $verbose_name_multiply = "recipes"; }