welcome.blade.php:
@extends('layouts.app')
@section('content')
@yield('posts')
@endsection
posts.blade.php:
@extends('welcome')
@section('posts')
asfdsfdsf
@endsection
Both files are in the same folder outside of the layouts folder. What am i doing wrong?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire