Use the function public_path()
For the referene
echo base_path(); //Path to the root folder of the project
echo app_path(); //Path to app folder of the project
echo public_path(); //Path to public folder of the project
echo storage_path('app'); //Path to storage folder of the project