Dhurba Dhakal

Results 1 issues of Dhurba Dhakal

-view --frontend ---includes ----head.blade.php ----footer.blade.php ----header.blade.php ---pages ----template_parts -----_info_about_blog.blade.php -----_info_service_blog.blade.php ----home.blade.php ----about.blade.php --default.blade.php now i have code in this way default.blade.php {{---start like this--- @include('frontend.includes.head') @include('frontend.includes.header') @yield('body') @include('frontend.includes.footer') --}}}}}} home.blade.php...