@extends('admin.layout.template') @section('title','Settings') @section('content')

Settings

@csrf
@csrf
@csrf
@csrf

Existing Videos
@foreach($videos as $v)
{{ $v->title }}
Product : {{ $v->product->name ?? '-' }}
@endforeach
@endsection