Laravel this is not only a practical framework, it is also a programming style
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
Aucun commentaire:
Enregistrer un commentaire