@extends('layouts.app') @section('title', 'Taxes') @section('content')

Paramètres de taxes

Configurez les taxes applicables à toutes les réservations de votre hostel.

@csrf @method('PUT') {{-- Toggle taxes actives --}}

Activer la collecte de taxes

Si activé, les taxes ci-dessous seront calculées automatiquement lors des réservations.

@php $input = "w-full rounded-xl px-4 py-3.5 text-[15px] font-bold outline-none transition-all duration-300 border border-white/60 bg-white/60 shadow-inner text-[#0F172A]"; $focus = "this.style.borderColor='#3B82F6';this.style.background='#FFFFFF';this.style.boxShadow='0 0 0 4px rgba(59,130,246,0.15)'"; $blur = "this.style.borderColor='rgba(255,255,255,0.6)';this.style.background='rgba(255,255,255,0.6)';this.style.boxShadow='inset 0 2px 4px 0 rgba(0, 0, 0, 0.02)'"; $boxClass = "p-6 rounded-2xl border-2 border-[#BAE6FD] bg-gradient-to-br from-[#F0F9FF] to-[#E0F2FE] transition-all duration-300 hover:-translate-y-1.5 hover:shadow-lg hover:border-[#7DD3FC] group relative overflow-hidden"; @endphp
%
%
💲
🧑
extras_taxable ? 'checked' : '' }} class="w-5 h-5 rounded border-[#CBD5E1] text-[#3B82F6] shadow-sm focus:ring-[#3B82F6] cursor-pointer" onclick="event.stopPropagation()">

Si désactivé, seules les chambres/lits seront taxés.

@endsection