lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how do I use @extend blade function?

sharik709 opened this issue · comments

What I am asking is. Like normally we extend our page to master blade page. How do I extend service views to layouts/master folder which is inside of service's resource view folder.

Ohh found it. Just need to prefix service name before view like

@extends('service-name::layouts.master')