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

{{$item->title}}

@endforeach
@include('layout.footer')