organization.blade.php 187 B

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