@extends('layouts/main') @push('styles') @endpush @include('components/admin-menu')
@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 @endif

Certifications awarded

@if ($ase->awards->count() > 0)
@foreach ($ase->awards as $award) @endforeach
Award id Name Category
{{ $award->award_id }} {{ $award->name }} {{ $award->category->name }}
@else Not certifications jet @endif
@error('success') @section('alert') @endsection @enderror @error('errors') @section('alert') @endsection @enderror