@extends('layouts.admin_layout.admin_layout') @section('content')

Items

Items

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