@extends('admin.layout') @section('content') Mapping PDF Dashboard Mapping PDF List Mapping PDF Select PDF Mapping Video List @if (!empty($ebooks)) @foreach ($ebooks as $ebook) {{ $ebook->filename }} @endforeach @endif @if ($errors->has('ebooks')) {{ $errors->first('ebooks') }} @endif @endsection @push('footer-script') @endpush