@extends('admin.layout') @section('content') Upload Video (CSV) Dashboard Server Video List CSV Upload Video {{-- Form --}} @csrf @if ($errors->has('file-input')) {{ $errors->first('file-input') }} @endif Start Uploading Server Video List Download Sample CSV @endsection @push('footer-script') {{-- --}} @endpush