@extends('admin.layout.dashboard-template') @section('content')

Promotional Video

@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif
@foreach($videos as $key => $video) @endforeach
# Title Category Video Action
{{$key+1}} {{$video->title}} {{$video->category->name}} Download
@endsection