colsave.blade.php 219 B

12345678910111213
  1. @extends('admin.base.base')
  2. @section('style')
  3. @endsection
  4. @section('content')
  5. <div class="tpl-content">
  6. <p>
  7. <b>This is demo</b>
  8. </p>
  9. </div>
  10. @endsection
  11. @section('script')
  12. @endsection