@extends('admin.layouts.admin_app') @section('dashboard_content') @if (Session::get('success'))
× {!! Session::get('success') !!}
@endif @if (Session::get('danger'))
× {!! Session::get('danger') !!}
@endif

Videos

@foreach ($videos as $key => $video) @endforeach
# Title URL Tools
{{ $video->video_id }} {!! $video->title !!} {!! $video->url !!}
@csrf @method('DELETE')
@endsection