@extends('layouts.default_module')
@section('module_name')
Scholars
@stop
@if($role_id != 2)
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['scholar.create'], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@else
@endif
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
| Scholar Name |
Detail En |
Detail Ur |
@foreach($scholar as $key=>$s)
Notice: Undefined variable: s in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/scholar/index.blade.php on line 41
Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/scholar/index.blade.php on line 41
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/scholar/index.blade.php:42
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/scholar/index.blade.php on line 42