id) && !empty($data->id)) id="BankManagementEditForm" @else id="BankManagementForm" @endif name="BankManagement" method="POST" action="@if(isset($data->id) && !empty($data->id)) {{ route('admin.deposit-option.update',$id) }} @else {{ route('admin.deposit-option.store') }} @endif" class="form" enctype="multipart/form-data" onsubmit="return false;" style="display: none"> @if(isset($data->id) && !empty($data->id)) @method('PATCH') @endif

@if(isset($data->id) && !empty($data->id)) {{ __('Edit')}} @else {{ __('Create')}} @endif {{ __('Deposit Option')}}

{{ __('( *Min value must be a lessthan max value (if max value not qual to -1) )')}}

@if(isset($data->titles) && isset($data->entries)) @foreach($data->titles as $index => $title)
@endforeach @else
@endif