@extends('frontend.layouts.master') @section('title','blog-page') @section('header')

Blogs

A Blog Theme by Start Bootstrap
@endsection('header') @section('content')
@foreach($blogs as $blogsList)

{{$blogsList->title}}

{{$blogsList->short_description}}

@if(!$loop->last)
@endif @endforeach
    {{ $blogs->links()}}



@endsection('content')