@extends('layouts.app') @section('title') {{'Review'}} @endsection @push('styles') @endpush @section('content')
{!! $htmlResponse !!}
@push('scripts') @endpush @endsection