@extends('layouts.front.master') @section('contant')
@include('front.blog-list', ['blogs' => $blogs])
@endsection