@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') @section('customizedStyle') @endsection @section('customizedScript') @endsection @section('content')

Album Show Album Videos

@if(session()->has('deleted')) @endif
@include('dashboard.layouts.messages')
@if($videos) @foreach($videos as $video) @endforeach @endif
@endsection