@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.accept', array('asset' => $acceptance->checkoutable->present()->name())) }} @parent @stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @stop