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.