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

{{ __('** Do not create') }} {{ __('Withdraw Amount & Additional Reference') }} {{ __('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('backend.withdraw.form.created-inputs')
@endif
@includeIf('backend.withdraw.form.create-input')
@endsection @section('script') @endsection @section('vuescripts') @endsection