content.blade.php 157 B

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