{{-- Logo --}}
@if (Auth::user()->profile_photo === null) @else @endif
{{-- Establishment Data --}}
{{-- Name --}}

{{ $hotel->business_name }}

{{-- RFC --}} @if (isset($hotel->tax_id) && !is_null($hotel->tax_id))

{{ $hotel->tax_id }}

@endif {{-- Address --}}

{{ $hotel->business_address }}

{{-- Contacts --}}

{{ config('mail.hotel_address') }}  |  {{ $hotel->business_phone }}