@section('title', 'Brand Videos')
Manage Videos
@if (session()->has('message'))
{{ session('message') }}
@endif
@error('brand_video_link') {{ $message }} @enderror
@foreach ($videos as $video)
@endforeach @if($videos->isEmpty())
No videos found.
@endif