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