@toastr_css
Add App
@csrf
Name
Android
IOS
Submit
Apps
#
Name
Copy
Android
IOS
QR
@foreach($Apps as $App) @php $encrypt_text = encrypt_text($App->name); while ( decrypt_text($encrypt_text) == false || str_contains($encrypt_text, '/') ) { $encrypt_text = encrypt_text($App->name); } @endphp
{{ $loop->iteration }}
{{ $App->name }}
Confirm Delete ({{ $App->name }})
Do you really want to delete these records? This process cannot be undone.
@csrf
@endforeach
{{-- --}} {{-- DataTables --}} @toastr_js @toastr_render