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

Edit File

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