FaCuZ / laravel-theme

Theme and asset managing for laravel
MIT License
138 stars 44 forks source link

can't use @yield and @sections #34

Open mallahsoft opened 4 years ago

mallahsoft commented 4 years ago

How to use @yield('content') in master blade or in layout blade and how we will add @section('content') some content @endsection

@section('another') @endsection