company.blade.php 177 B

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