@if ($type == 'info')
@endif
@if ($type == 'thankyou')
@endif
@if ($type == 'sorry')
@endif
@if ($type == 'success')
@endif
@if ($type == 'error')
@endif
{{ $title ?? 'Pesan' }}
{{ $message ?? 'Kami tidak dapat memenuhi permintaan Anda. Silakan coba lagi atau kembali ke halaman beranda.' }}
Back Home