@extends('layouts.default_module') @section('module_name') Courses List @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' => ['userlist.search'], 'files'=>true]) !!} @include('user.userlist.partial.searchfilters') {!!Form::close() !!} --}}
Name
Registration Date
Hours
{{--
Email
Course Registered
--}} @foreach($registered as $ru)
Notice: Undefined variable: ru in /home/developmenthatin/public_html/hrs_backend/resources/views/user/registeredlist/index.blade.php on line 67

Notice: Trying to get property of non-object in /home/developmenthatin/public_html/hrs_backend/resources/views/user/registeredlist/index.blade.php on line 67
{!! $ru->name !!}
{!! $date !!}
{!! $ru->course->hours !!}
{{--
{!! $lp->email !!}
--}} @endforeach @stop