@php $i =1; @endphp @if(count($videos) > 0) @foreach($videos as $video) @php if($video->status==1) { $class='btn btn-success m-btn m-btn--icon m-btn--pill'; $color='green'; $icon='check'; $text = "مفعل"; }else{ $class='btn btn-danger m-btn m-btn--icon m-btn--pill'; $color='red'; $icon='check'; $text = "غير مفعل"; } @endphp @endforeach @else @endif
# العنوان تاريخ الإضافة الرابط النوع حذف
{{$i++}} {{$video->title}} {{date('Y-m-d',strtotime($video->created_at))}} @if($video->type == 1) فيديو @elseif($video->type == 2) pdf @elseif($video->type == 3) flip @endif
لا يوجد فيديوهات