@extends('layouts.admin_layout.admin_layout')
@section('content')
Sl.No |
Title |
Image |
Type |
Category |
Action |
@foreach($items as $item)
{{ $no++ }} |
{{$item->video_title}} |
@if($item->video_type=='Youtube')
@else
@endif
|
{{$item->video_type}} |
{{$item->category->category_name}} |
mode_edit
delete
|
@endforeach
@endsection