@extends('admin.layout') @section('content') {{$video->filename}} Dashboard MAPPING VIDEO LIST Video Bookmark List Edit Bookmark Bookmark List Add Bookmark id)}}" method="post" enctype="multipart/form-data"> @csrf Bookmark Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Time @if ($errors->has('time')) {{ $errors->first('time') }} @endif Sort Order @if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif Submit @endsection @push('footer-script') @endpush