Support the ongoing development of Laravel.io →
Blade Views Laravel
Last updated 1 year ago.
0

in your layouts.master_layout @yield('master_dashboard_content')

in your new blade file @extends('layouts.master_layout')

@section('master_dashboard_content')

@endsection

0

The views are working fine for older views but @extend is not working for newly created views. Things i confirmed The blade syntax is working fine. The extended view is being called.

0

Okay so i was using return Redirect::to('index'); in master view and for some reason it was returning a empty white page

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.