@extends('layouts.admin.admin') @section('content')

All Video's

@include('layouts.admin.alerts') @if (count($videos)>0) @foreach ($videos as $key => $video) @endforeach
# Album Video Url Action
{{ $video->caption }}
@csrf
@else No Video Gallery Added Yet @endif
@endsection