@extends('backend.layout') @section('content')
{{ __('Input Fields') }}

** {{ __('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