@extends('general.index', $setup)
@section('tbody')
@foreach ($setup['items'] as $item)
| {{ $item->name }} |
Warning: Undefined variable $setup in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restoareas/index.blade.php on line 8
Warning: Trying to access array offset on null in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restoareas/index.blade.php on line 8
Warning: Undefined variable $item in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restoareas/index.blade.php on line 8
Warning: Attempt to read property "id" on null in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restoareas/index.blade.php on line 8
@if ($setup['hasFloorPlan'])
{{ __('Floor Plan') }}
@endif
{{ __('crud.edit') }}
{{ __('crud.delete') }}
|
@endforeach
@endsection