@extends('include.front_master') @section('page_title','Categroy') @section('content') {{$cate->categroy}} @foreach($data as $list) @if($list->count() > 0) {{ date('j M Y', strtotime($list->updated_at))}} {{$list->blog_title}} @else Noting @endif @endforeach {!! $data->links('pagination::bootstrap-4') !!} @endsection