@yield('content')
@section('dashboard')
The section name needs to be the same... so you'd do:
@section('content')
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
You are forgetting to use the @stop in blade
@section('content')
<!-- HTML CONTENT -->
@stop
Thanks,
Now setting up the models and my the first part is ready.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community