Answer the question
In order to leave comments, you need to log in
Laravel, why is blade not working?
Hello. Why doesn't blade work?
In view I have:
welcome.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<h1>сайт</h1>
<div class="container">
@yield('content')
</div>
</body>
</html>
@extends('welcome')
@section('content')
<p>Это - содержимое страницы.</p>
@stop
Answer the question
In order to leave comments, you need to log in
In the route I output view('welcom')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question