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

{{trans('general.sign_tos')}}

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