Holiday Notice:

Please note that our support services will be unavailable from Friday, 6th June 2025 to Monday, 09th June 2025 due to the public holidays.

You may still submit tickets during this period, but responses may be delayed. Our team will resume normal operations on Tuesday, 10th June 2025, and will address your inquiries as soon as possible.

Okay
  Print

How to extend front-end files

You need to do the following steps for changing front-end files

If you want to change in front-end file you need create same directory structure in extend directory located in (your-project\resources\views\extend) as your file has for example 

You want to change in freelancer-show.blade.php file, freelancer-show.blade.php file located in front-end\users\freelancer-show.blade.php 

Create directory front-end\users in extend directory. if extend directory dose not exist please create extend directory in views folder.

Copy freelancer-show.blade.php file in extend\front-end\users directory you created.

Now you can change html code in this file.