Answer the question
In order to leave comments, you need to log in
How to properly include js and css in laravel 5.4?
Hello!
I have the default layouts/app.blade.php installed after artisan make:auth
And I also created test.blade.php with this content:
@extends('layouts.app')
@section('content')
Работает
@endsection
Answer the question
In order to leave comments, you need to log in
layouts/app.blade.php -> add here because for your test.blade.php it is "master" page layout
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question