Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<x-app-layout>
<x-slot name="header">
{{ __('Calls') }}
</x-slot>
<div class="py-6">
<div class="mx-auto max-w-7xl sm:px-6 lg:px-8">
<div class="overflow-hidden bg-white shadow-xl sm:rounded-lg">
<div class="border-b border-gray-200 bg-white p-6 sm:px-20">
<div class="mt-12">
<div class="text-5xl font-bold text-gray-900">
{{ __('This call is not available') }}
</div>
</div>
<div class="mb-12 mt-6">
<span class="text-xl text-gray-700">
{{ __('This call has expired or is currently not available.') }}
</span>
</div>
</div>
</div>
</div>
</div>
</x-app-layout>