@csrf {{-- TAGS --}}
@if ($errors->has('tag'))
{{ $errors->first('tag') }}
@endif
@if ($errors->has('video_tag'))
{{ $errors->first('video_tag') }}
@endif
{{-- List --}}

Video Content List

@if (isset($contents)) @if (!empty($contents)) @foreach ($contents as $content)
Id Name Sorting Action
{{ $content->content_id }} {{ $content->filename }} {{ $content->st }}