@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Blog Comments List

@if (\Session::has('success'))
@endif

Blog Comments List

{{-- $blog_comments->appends(Request::except('page'))->links() --}} @foreach($blog_comments as $blc) @endforeach
Id Blog Name Url Comment User Name User Email User Website Date Status Action
{{$blc->id}} {{$blc->post_name}} Preview {{$blc->comment}} {{$blc->user_name}} {{$blc->user_email}} {{$blc->user_website}} {{$blc->created_at}} @if($blc->status == 1) Active @else Inactive @endif
@include('layouts.footer')