How to extend a blade from resources/views to call a theme in themes folder? #4
Unanswered
jumarjuaton
asked this question in
Q&A
Replies: 2 comments
-
Hi @jumarjuaton I found a solution which :
This will load view from your active theme which is yourtheme Hope it's help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great thank you @reidsneo ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a possibility I could use
@extends('')
of laravel inresources/views
and call a theme blade such as for example:@extends('theme.admin.app');
Beta Was this translation helpful? Give feedback.
All reactions