Lesson 09/21 · 4:13 min
Instead of publishing config we can also use main layout by "extends" our livewire render view method like "return view('livewire.show-posts')->extends('layouts.main')". Or even we can also use "layout" instead of extends. It works in both ways
Instead of publishing config we can also use main layout by "extends" our livewire render view method like "return view('livewire.show-posts')->extends('layouts.main')". Or even we can also use "layout" instead of extends. It works in both ways