@extends('frontend.template') @section('styles') @endsection @section('content')
{{$basic_details->name}}

Blog

By The Most:

{{$blog->updated_at->format('M j,Y')}}

{{$blog->title}}

{!! $blog->content !!}

Popular Blogs

@foreach($popular_blog as $key=>$value) @endforeach

Get In Touch

{{csrf_field()}}
{!! $captcha_img !!}
@foreach($blog_message as $key => $b_value)

{{$b_value->bname}}

{{$b_value->created_at->format('M j,Y')}}
{{strip_tags($b_value->bmessage)}}
@endforeach

Leave Your Comments

{{csrf_field()}}
@endsection @section('scripts') @endsection