@extends('admin.layout') @section('content') Map Video Dashboard Mapping Video list Map Videos Select Videos @if (!empty($videos)) @foreach ($videos as $video) {{ $video->filename }} @endforeach @endif @if ($errors->has('videos')) {{ $errors->first('videos') }} @endif @endsection @push('footer-script') @endpush