@extends('admin.layout') @section('content') {{ $video->filename }} Dashboard MAPPING VIDEO LIST Video Tag List Add Video Tag Add Video Tag Video Tag 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