@php $html->addTagAttribute('html', 'lang', 'vi-VN'); $html->addTagAttribute('body', [ 'class' => $__env->yieldContent('body.class') ]); @endphp @extends($_lib.'layout') @section('body')
@include($_template.'header') @yield('content') @include($_template.'footer') @include($_template.'js') @endsection