@include('components/user-nav')
Certificate "{{$ase->ase_id}}"
Owner
{{ $ase->name }} {{ $ase->middlename }} {{ $ase->lastname }}zipcode
{{ $ase->zip }}Expiration date
{{ $ase->expiration_date }}Assign to
@if ($ase->used) {{ $ase->owner->name }} {{ $ase->owner->lastname }} @else Nobody @endifCertifications awarded
@if ($ase->awards->count() > 0)
@else
Not certifications jet
@endif
| Award id | Name | Category | @foreach ($ase->awards as $award)
|---|---|---|
| {{ $award->award_id }} | {{ $award->name }} | {{ $award->category->name }} |