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