@extends('admin.layouts.master') @section('title', 'Activation Pin') @section('content')
{{ __('Label.Id') }} | Activation Pin | Date Activated | Expiring Date | User |
---|---|---|---|---|
{{ $pin->id }} | {{ $pin->activationKey }} | {{ $pin->date }} | {{ $pin->expire }} | @if (isset($pin->users)) {{ $pin->users->fullname }} @endif |