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

Practice Content List

@if (isset($pdfs)) @if (!empty($pdfs)) @foreach ($pdfs as $pdf)
Id Name Sort Order Action
{{ $pdf->id }} {{ $pdf->filename }} {{ $pdf->sort_order }}