@extends('web.website.layouts.master') @section('content')
@if (isset($data['rows']) && $data['rows']->count() > 0)
@foreach($data['rows'] as $row) @include('website.blog.partial.blog_li') @endforeach
{!! $data['rows']->links() !!}
@else

No post found.

@endif
@endsection