Holiday Notice:

Please note that our team will be on holiday from 31st March to 2nd April 2025. During this period, there may be slight delays in our response time. We appreciate your patience and understanding.

Thank you for your continued support!

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.