@extends('emails.layout') @section('content')

{{ $title }}

Hi {{ $name }},

{!! $message_body !!}

@if(isset($check_in_code))
Check-in Code
{{ $check_in_code }}

Present this code to the host upon arrival

@if(isset($barcode_url))
Check-in Barcode
@endif @endif @if(isset($action_url))
{{ $action_text ?? 'View Booking Detail' }}
@endif @endsection