@extends('front.layout.app') @section('content')

YOUR VIDEO NAME

60 MINUTES | 2022-12-30 | Adult | usa

Actor :

  {!! $video->actor_name !!}

Description :{!! $video->description !!}

{{ getCounter($video->id) }}

Post Comment

@csrf

Comments

@if($comments) @foreach($comments as $comment)

{{ ucfirst($comment->name) }}

@if($errors->has('name'))
{{ $errors->first('name') }}
@endif

{{ ucfirst($comment->description) }}

@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@endforeach @endif
@section('script') @endsection @endsection