@extends('Layouts/dashboard') @section('submenu') @include( 'Plugins/Payment/Views/Elements/Line/submenu' ) @endsection @section('content')
@t('Name') | @t('Capacity') | @t('Zone') | @t('Floor') | @t('Order') | |
---|---|---|---|---|---|
{{ $row->name }} | {{ $row->capacity }} | {{ $row->Zone->name }} | {{ $row->floor }} | {{ $row->ordering }} |