@extends('base.layout') @section('content')
@foreach($blogs as $blog) @include('blog.view') @endforeach
@endsection