@extends('layout.masterBlog') @section('title',$title) @section('description',$description) @section('keywords',$keywords) @section('og:locale',app()->getLocale()) @section('og:type',$og_type) @section('og:title',$og_title) @section('og:description',$og_description) @section('og:url',$og_url) @section('og:site_name',$og_sitename) @section('twitter:title',$twitter_title) @section('twitter:description',$twitter_desc) @section('content')
@include('dataBlogHome')
Soru / Cevap v.1.1 - yakında
@lang('general.last_user')
@foreach($users as $user)
@if(!empty($user->image)) @else @endif
@endforeach
@if($allComment->count() > 0)
@lang('general.last_comments')
@foreach($allComment as $comment) @if($comment->status == 1)
@if($comment->user->image == "") @else @endif
{{ $comment->post->post_name }}

{{ $comment->created_at }}

{{ $comment->comment }}

@endif @endforeach
@endif
@endsection @section('javascript') @endsection