@extends('general.index', $setup) @section('tbody') @foreach ($setup['items'] as $item) {{ $item->name }} {{ $item->size }} {{ $item->restoarea?$item->restoarea->name:"" }}
Warning: Undefined variable $setup in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/tables/index.blade.php on line 11

Warning: Trying to access array offset on null in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/tables/index.blade.php on line 11

Warning: Undefined variable $item in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/tables/index.blade.php on line 11

Warning: Attempt to read property "id" on null in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/tables/index.blade.php on line 11
@if ($setup['hasQR']) {{ __('QR') }} @endif {{ __('crud.edit') }} {{ __('crud.delete') }} @endforeach @endsection