@extends('layouts/default') {{-- Page title --}} @section('title') Accept {{ $acceptance->checkoutable->present()->name() }} @parent @stop {{-- Page content --}} @section('content')
@if ($acceptance->checkoutable->getEula())
{!! $acceptance->checkoutable->getEula() !!}
@endif @if ($snipeSettings->require_accept_signature=='1')

Sign below to indicate that you agree to the terms of service:

@endif
@stop @section('moar_scripts') @stop