@extends('layouts.default_module')
@section('module_name')
Courses
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['courses.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.
|
Courses
|
Image
|
Hours
|
Quizzes
|
Videos
|
Lectures
|
Option
|
{{-- admin/listofquiz --}}
@foreach ($courses as $key => $crs)
|
{{ $key + 1 }}
|
{!! strtoupper($crs->title) !!}
|
Notice: Undefined variable: crs in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/courses/index.blade.php on line 105
Notice: Trying to get property of non-object in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/courses/index.blade.php on line 105
Fatal error: Call to undefined function asset() in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/courses/index.blade.php on line 106