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

Our Blog

@foreach($blogs as $blog) @php $blogtitle = $blog->title; $blogname = str_replace(" ","-",$blogtitle); $blogdate = date('d-m-Y',strtotime($blog->posted_date)); @endphp @endforeach {{ $blogs->withQueryString()->links() }}
@endsection