@extends('master.front') @section('content')
@foreach($blogs as $blog)
{{ $blog->title }}

{{ $blog->title }}

  • {{ $blog->post_date }}
  • Baxış sayı: {{ $blog->visit }}

{{ count($comments) }} rəy

    @foreach($comments as $comment)
  • {{ $comment->post_date }} saat {{ $comment->post_time }}
  • @endforeach
{{ csrf_field() }}
@endforeach
@endsection @section('js') @endsection