@extends('layouts/default') {{-- Page title --}} @section('title') {{trans('general.accept', ['asset' => $acceptance->checkoutable->present()->name()])}} @parent @stop {{-- Page content --}} @section('content')
@if ($acceptance->checkoutable->getEula())
{!! $acceptance->checkoutable->getEula() !!}
@endif
{{$acceptance->checkoutable->present()->name()}}
{{trans('general.i_accept')}}
{{trans('general.i_decline')}}
@if ($snipeSettings->require_accept_signature=='1')
{{trans('general.sign_tos')}}
{{trans('general.clear_signature')}}
@endif
@stop @section('moar_scripts') @stop