@extends('admin.layouts.master-new') @section('content')

Video

Create Video
Video
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($videos as $video) @endforeach
S.No Title Description Order Position Status Actions
{{ $loop->iteration }} {{ $video->title }} {!! $video->description !!} {{ $video->status == 1 ? 'Active' : 'Suspended' }}
Edit @csrf @method('DELETE')
@push('scripts') @endpush @endsection