@extends('admin.layout') @section('content') {{ $video->filename }} Dashboard MAPPING VIDEO LIST Video Bookmark List Add Video Bookmark Add Video Bookmark Video Bookmark List @csrf @if ($errors->has('name')) {{ $errors->first('name') }} @endif Duration (hh:mm:ss) @if ($errors->has('time')) {{ $errors->first('time') }} @endif Submit @endsection @push('footer-script') @endpush