@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.accept_assets', array('name' => $user->present()->fullName())) }} @parent @stop {{-- Account page content --}} @section('content')
@foreach ($acceptances as $acceptance) @endforeach
{{ trans('general.name')}} {{ trans('general.actions')}}
{{ ($acceptance->checkoutable) ? $acceptance->checkoutable->present()->name : '' }} {{ trans('general.accept_decline') }}
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop