@extends('layouts.default_module') @section('module_name') Countries @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['country.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') Name En Name Ur Flag Latitude Longitude Short Name @foreach($country as $c)
Notice: Undefined variable: c in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/country/index.blade.php on line 39

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

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