@extends("template.master") @section("section_content")

Data Video

Tambah Data


@foreach($video as $key => $value) @endforeach
No Nama Video Thumbnail Created At Updated At Aksi
{{ $i}} {{ $value->nama_video}} {{$value->created_at}} {{$value->updated_at}}
@endsection