mardi 10 juillet 2018

laravel 5.2 yield and section not working correctly

My homep.blade.php

@yield('content')

My body.blade.php

@extends('Home.homep')

@section('content')
<p>This is my body content.</p>
@stop

when i run the code page is being empty its not working



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire