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