@extends('front.layouts.master') @section('main_content')

Blog

@foreach($posts as $item)

{{ $item->title }}

{!! $item->short_description !!}

@endforeach
{{ $posts->links() }}
@endsection