@extends('layouts.admin') @section('content')

Add File

@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
PDF File Only
@if($errors->has('ebook_file')) {{ $errors->first('ebook_file') }} @endif
@endsection @section('scripts') @endsection