@extends('layouts.main') @section('title') Blog View @endsection @section('content') {{$blog->title}} {{ date('d M, y',$blog->created_at) }} @foreach($tags as $key => $val) {{$val}} @endforeach @if($id > $minId) Previous Previous @endif @if($id < $maxId ) 1 Next Next Post @endif @endsection
{{ date('d M, y',$blog->created_at) }}