File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/contact/resources/views/partials/notification.blade.php
Back
<div class="nav-item dropdown d-none d-md-flex me-2"> <button class="nav-link px-0" data-bs-toggle="dropdown" type="button" aria-label="{{ trans('plugins/contact::contact.dropdown_show_label') }}" tabindex="-1" > <x-core::icon name="ti ti-mail" /> <span class="badge bg-red text-red-fg badge-pill">{{ number_format($contacts->count()) }}</span> </button> <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card"> <x-core::card> <x-core::card.header> <x-core::card.title>{!! BaseHelper::clean(trans('plugins/contact::contact.new_msg_notice', ['count' => $contacts->count()])) !!}</x-core::card.title> <x-core::card.actions> <a href="{{ route('contacts.index') }}">{{ trans('plugins/contact::contact.view_all') }}</a> </x-core::card.actions> </x-core::card.header> <div class="list-group list-group-flush list-group-hoverable overflow-auto" style="max-height: 35rem" > @foreach ($contacts as $contact) <a href="{{ route('contacts.edit', $contact->id) }}" class="text-decoration-none"> <div class="list-group-item"> <div class="row"> <div class="col-auto"> <img class="avatar" src="{{ $contact->avatar_url }}" alt="{{ $contact->name }}" > </div> <div class="col align-items-center"> <p class="text-truncate mb-2"> {{ $contact->name }} <time class="small text-muted" title="{{ $createdAt = BaseHelper::formatDateTime($contact->created_at) }}" datetime="{{ $createdAt }}" > {{ $createdAt }} </time> </p> <p class="text-secondary text-truncate mt-n1 mb-0"> {{ implode(' - ', [$contact->phone, $contact->email]) }} </p> </div> </div> </div> </a> @endforeach </div> @if ($contacts->count() > 10) <x-core::card.footer class="text-center border-top"> <a href="{{ route('contacts.index') }}">{{ trans('plugins/contact::contact.view_all') }}</a> </x-core::card.footer> @endif </x-core::card> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.65 |
proxy
|
phpinfo
|
Settings