@extends('layouts.guest-new') @section('title') @section('content')
@auth @endauth
{!! $receipt['html_content'] ?? '' !!}
@stop @section('javascript') @endsection