@extends('layouts.main') @section('title') Blog View @endsection @section('content')

{{$blog->title}}

...

{{ date('d M, y',$blog->created_at) }}

    @foreach($tags as $key => $val) @endforeach
@endsection