sub.template.blade.php 76 B

123456
  1. @extends('_LAYOUT_')
  2. @section('content-inner')
  3. _SUB_VIEW_
  4. @endsection