diff --git a/resources/views/account/accept/create.blade.php b/resources/views/account/accept/create.blade.php index d3d40a829a..07cc9072ca 100644 --- a/resources/views/account/accept/create.blade.php +++ b/resources/views/account/accept/create.blade.php @@ -42,17 +42,20 @@
+
+

+ {{$acceptance->checkoutable->present()->name()}} + {{ (($acceptance->checkoutable) && ($acceptance->checkoutable->serial)) ? ' - '.trans('general.serial_number').': '.$acceptance->checkoutable->serial : '' }} +

+
-
+
@if ($acceptance->checkoutable->getEula()) -
+
{!! $acceptance->checkoutable->getEula() !!}
@endif
-
-

{{$acceptance->checkoutable->present()->name()}}

-