@extends('layouts.default_module')
@section('module_name')
EBooks
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['ebooks.create'], 'files' => true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
{{-- @endsection --}}
@section('table')
{{-- {!! Form::open(['method' => 'get', 'route' => ['courses.search'], 'files' => true]) !!}
@include('admin.courses.partial.searchfilters')
{!! Form::close() !!} --}}
|
S. No.
|
Name
|
Course
|
Image
|
Option
|
@foreach ($ebooks as $key => $eb)
|
{{ $key + 1 }}
|
{!! strtoupper($eb->name ??'') !!}
|
{!! strtoupper($eb->course->title ??'') !!}
|
Notice: Undefined variable: eb in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/ebooks/index.blade.php on line 75
Notice: Trying to get property of non-object in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/ebooks/index.blade.php on line 75
Fatal error: Call to undefined function asset() in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/ebooks/index.blade.php on line 76