@extends('Layouts/dashboard')
@section('submenu')
@include('Plugins/Payment/Views/Elements/EnquiriesTemplate/submenu')
@endsection
@section('content')
@if ($data && $settings)
{{ __('Table Allocation') }}
{{ __('Drag and drop positions over the venue map. Changes are stored automatically') }}
{{--
--}}
@foreach ($data as $seat)
extra->position))
style="position: absolute; left: {{ $seat->extra->position->x}}; top: {{ $seat->extra->position->y}}"
@endif
>
{{ $seat->name }}
@endforeach
@else
{{ __('There are no seats for this venue') }}
@endif
@endsection