@extends('master.front') @section('content')
@foreach($videoblogs as $videoblog)

{{ $videoblog->title }}

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

{{ count($comments) }} comment

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