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

@yield('content')

@section('dashboard')

The section name needs to be the same... so you'd do:

@section('content')

Last updated 1 year ago.
0

Thanks,

This one is solved. Another layout problem. If I goto dashboard which is my root page and look at the source everything looks allright. When I choose for financieel -> nieuw abbonement then the layout looks allright. But when I got the source I see first the form and then the master.

How can this be happen ?

Roelof

Last updated 1 year ago.
0

You are forgetting to use the @stop in blade

@section('content')
    <!-- HTML CONTENT -->
@stop

in https://bitbucket.org/roelofwobben/finance/src/e44be2a126589bd...

Last updated 1 year ago.
0

Thanks,

Now setting up the models and my the first part is ready.

Last updated 1 year ago.
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.