@extends('admin.layouts.master') @section('title') Videos Management @endsection @section('css') @endsection @section('content')

Videos Management

@foreach ($videos as $video)
{{ $video->content_title }}
{{ $video->content_title }}

{{ Str::limit($video->content_description, 100) }}

Edit
@csrf @method('DELETE')
Watch
@endforeach
@endsection