@include('layout.header')
@foreach ($list as $item)

{{$item->title}}

{{$item->title}}
@endforeach
@include('layout.footer')