index.blade.php 138 B

1234567
  1. @extends('site.news.partial.layout')
  2. @section('body')
  3. <div class="container">
  4. <p class="text-center">Archive here</p>
  5. </div>
  6. @endsection