paste.blade.php


SUBMITTED BY: zozo31

DATE: April 13, 2017, 12:05 p.m.

UPDATED: April 13, 2017, 12:05 p.m.

FORMAT: HTML+Twig

SIZE: 488 Bytes

HITS: 582

  1. @extends('videomag::layouts.light')
  2. @section('content')
  3. <!-- BEGIN .with-sidebar-layout -->
  4. <div class="without-sidebar-layout">
  5. <div class="content-panel">
  6. <div class="panel-title">
  7. <h2>{{ $page->title }}</h2>
  8. </div>
  9. <div class="panel-block">
  10. <div class="panel-content">
  11. {!! $page->content !!}
  12. </div>
  13. </div>
  14. </div>
  15. <!-- END .with-sidebar-layout -->
  16. </div>
  17. @endsection

comments powered by Disqus