@extends('front.layouts.app') @push('user.css') @endpush @section('content')

{{ $blog->title }}

{{ $blog->created_at->format('Y-m-d') }}

{!! $blog->description !!}

@endsection @section('script') @stop