Skip to content

[Bug]: @section('content') issue #47

@sudipparajulee

Description

@sudipparajulee

Extension Version

0.1.11

PHP Binary

Herd

Operating System

macOS

What happened?

I've app.blade.php with @yield('content')
when i @extends('layouts.app') and use @section('content') ........ @endsection, the 'content' in @section('content') is displaying warning. It was not like this before.

Mimimal Code Sample

@extends('layouts.app')
@section('content') 
... . ..
@endsection

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions