@extends('admin.layout') @section('content') Edit Mapped Video | {{ $video->filename }} Dashboard MAPPING VIDEO LIST Edit Mapped Video Edit Video Video List @csrf public Name @if ($errors->has('public_name')) {{ $errors->first('public_name') }} @endif Time (min) @if ($errors->has('time')) {{ $errors->first('time') }} @endif {{-- TAGS --}} Select Tags @if (!empty($tags)) @foreach ($tags as $tag) {{$tag->name}} @endforeach @endif @if ($errors->has('tag')) {{ $errors->first('tag') }} @endif Submit @endsection @push('footer-script') @endpush