@extends('layouts.sahitya') @section('section')

भिडियोहरु

@if(!empty($videos))
@foreach($videos as $post)
{{$post->title}}
@if($post->video) @endif
@endforeach
@endif
@endsection