@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
{{__('obs.payment')}} {{__('obs.voucher')}}
@error('checkin_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
{{__('obs.vat')}} : @foreach(getTaxes(array(1)) as $val)
{{-- --}}
@endforeach
{{__('obs.vat')}} {{__('obs.type')}} :
@endsection @section('script') @endsection