@extends('layouts.default_module') @section('module_name') Companies @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['company.create'], 'files'=>true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table') Name En Name Ur Type Featured Image @foreach($company as $c)
Notice: Undefined variable: c in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/companies/index.blade.php on line 31

Notice: Trying to get property 'image' of non-object in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/companies/index.blade.php on line 31

Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/companies/index.blade.php:32 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/companies/index.blade.php on line 32