@extends('layouts/default') {{-- Page title --}} @section('title') //TODO: Debug page as it is not viewable in browser due to crash Accept assets {{ $user->present()->fullName() }} @parent @stop {{-- Account page content --}} @section('content')
{{ trans('general.name')}} | {{ trans('general.actions')}} |
---|---|
{{ ($acceptance->checkoutable) ? $acceptance->checkoutable->present()->name : '' }} | Accept/Decline |