@csrf @method('PUT')

Hotel Details

Display name of the hotel
@include('partials._currency-select', [ 'name' => 'currency', 'selected' => old('currency', $hotel->currency ?? 'USD'), ])

Bank Details

@include('partials._select2-init')