empty.blade.php 98 B

123456
  1. @include('module.section.html_start')
  2. @yield('content')
  3. @include('module.section.html_end')