@extends('layouts.admin') @section('title', 'Applet requests — '.config('app.name')) @section('page_title', 'Applet requests') @section('breadcrumbs')
| ID | When | Login | Module | Type | Contact | |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ optional($row->requested_at)->toDateTimeString() ?: '—' }} | {{ $row->login }} |
{{ $row->module }}
@if ($row->custom_module)
{{ \Illuminate\Support\Str::limit($row->custom_module, 80) }}
@endif
{{ \Illuminate\Support\Str::limit($row->transaction, 100) }}
|
{{ $row->requestTypeLabel() }} | {{ $row->first_name }} {{ $row->last_name }} {{ $row->email }} |
|
| No applet requests. | ||||||