@extends('include.front_master') @section('page_title','Gallery') @section('content') @foreach($data as $list) @if($list->count() > 0) {{$list->blog_title}} @else Noting @endif @endforeach {!! $data->links('pagination::bootstrap-4') !!} @endsection