/home/techb158/ileadtechnology.com/resources/views/front/blog
NameSizeModeActions
blog.blade.php42590644editdlrm
blog_detail.blade.php24510644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/front/blog/blog_detail.blade.php (2451B)
@php $url = URL::current(); @endphp @extends('theme.master') @section('title', "$blog->heading") @section('content') @include('admin.message')
{{ $blog->heading }}
@if($blog->created_at == !NULL){{ date('jS F Y', strtotime($blog->created_at)) }}@endif By {{ $blog->user->fname }}
blog

{!! $blog->detail !!}


@endsection