public function __construct()
 {
     parent::__construct();
     $this->image_path = public_path() . '/images/package_image';
 }
 /**
  * ProductCakeController constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->image_path = public_path() . '/images/category';
 }
 public function __construct()
 {
     parent::__construct();
     $this->image_path = public_path() . '/images/banner';
 }
 public function __construct()
 {
     $this->image_path = public_path() . '/images';
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->image_path = public_path() . '/' . 'images/blog_post';
 }