@extends('layouts.admin') @section('content') @component('admin.components.tabs') @slot('tabs') @endslot @endcomponent

Sharable Code Log Details

Log Information
Log ID {{ $log->id }}
Sharable Code {{ $log->sharable_code->code }}
Status @if($log->status === 'CLAIMED') {{ $log->status }} @else {{ $log->status }} @endif
Note {{ $log->note }}
Created At {{ convert_to_localtime($log->created_at) }}
Code Owner Information
User ID {{ $codeOwner->id }}
Name {{ $codeOwner->decrypted_name ?? 'N/A' }}
Email {{ $codeOwner->decrypted_email ?? 'N/A' }}
Mobile {{ $codeOwner->mobile_country_code ?? '' }} {{ $codeOwner->decrypted_mobile ?? 'N/A' }}
Inputted By User
User ID {{ $inputtedBy->id }}
Name {{ $inputtedBy->decrypted_name ?? 'N/A' }}
Email {{ $inputtedBy->decrypted_email ?? 'N/A' }}
Mobile {{ $inputtedBy->mobile_country_code ?? '' }} {{ $inputtedBy->decrypted_mobile ?? 'N/A' }}
@endsection