@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')
| Full Name |
Short Name |
Category |
{{-- Start Date | --}}
Image |
Description |
Edit |
Delete |
@foreach($courses as $c)
{!! ucwords($c->full_name ) !!} |
{!! ucwords($c->short_name) !!} |
{!! ucwords($c->category ) !!} |
{{-- {!! ucwords($c->start_date ) !!} | --}}
Notice: Undefined variable: c in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/courses/index.blade.php on line 61
Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/courses/index.blade.php on line 61
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/courses/index.blade.php:62
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/courses/index.blade.php on line 62