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