Video Gallery Create
@include('layouts.admin.alerts')
@if (count($videos)>0)
@else
No Video Gallery Added Yet
@endif
| # | Album | Video Url | Action |
|---|---|---|---|
| {{ $no++ }} | {{ $item->album_name }} | {{ $item->youtube_link }} | {{-- Edit --}} |