person.blade.php 175 B

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