{{-- Navbar --}} @include('layouts.partials.navbar')
{{-- Content --}} @hasSection('content') {{-- if view child use @section('content') --}} @yield('content') @else {{-- if live render Livewire component --}} {{ $slot }} @endif {{-- Footer --}} {{-- @include('layouts.partials.footer') --}}