auth.blade.php 172 B

12345
  1. @include('module.section.html_start')
  2. @include('module.section.main_header')
  3. @yield('content')
  4. @include('module.section.content_footer')
  5. @include('module.section.html_end')