@extends('layouts.default_module')
@section('module_name')
Kids
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['kids.create'], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table')
| Name |
Description |
Image |
Edit |
Delete |
@foreach($kids as $k)
| {!! $k->name !!} |
{!! $k->description !!} |
Notice: Undefined variable: k in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/kids/index.blade.php on line 36
Notice: Trying to get property 'avatar' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/kids/index.blade.php on line 36
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/kids/index.blade.php:37
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/kids/index.blade.php on line 37