@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Input Fields
@if (!empty($langs)) @endif

** Do not create Name & Email input field, it will be in the Table Reservation form by default.

** Drag & Drop the input fields to change the order number

@if (count($inputs) > 0)
@includeIf('admin.reservations.created-inputs')
@endif
@includeIf('admin.reservations.create-input')
@endsection @section('scripts') @endsection @section('vuescripts') @endsection