@extends('Layouts/dashboard') @section('submenu') @include( 'Plugins/Payment/Views/Elements/Line/submenu' ) @endsection @section('content') @foreach ($data as $row) @endforeach
@t('Name') @t('Capacity') @t('Zone') @t('Floor') @t('Order')
{{ $row->name }} {{ $row->capacity }} {{ $row->Zone->name }} {{ $row->floor }} {{ $row->ordering }}
{!! pagination(['total' => $pagination_total]) !!}
@endsection