Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/resources/views/leads/ajax/history.blade.php
Назад
<div class="tab-pane fade show active" role="tabpanel" aria-labelled@lang('app.by')="nav-email-tab"> <div class="d-flex flex-wrap p-20"> @forelse ($histories as $history) <div class="card file-card w-100 rounded-0 border-0 comment p-2"> <div class="card-horizontal"> @if ($history->user) <div class="card-img my-1 ml-0"> <img src="{{ $history->user->image_url }}" alt="{{ $history->user->name }}"> </div> @endif <div class="card-body border-0 pl-0 py-1 mb-2"> <div class="d-flex flex-grow-1"> <h4 class="card-title f-12 font-weight-normal text-dark mr-3 mb-1"> @switch($history->event_type) @case("file-added") {{ __(ucfirst($history->event_type)) }} @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $deal->id) . '?tab=files' }}"> {{ __('modules.client.viewDetails') }}</a> @break @case("proposal-created") {{ __(ucfirst($history->event_type)) }} @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $deal->id) . '?tab=proposals' }}"> {{ __('modules.client.viewDetails') }}</a> @break @case("note-added") {{ __(ucfirst($history->event_type)) }} @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $deal->id) . '?tab=notes' }}"> {{ __('modules.client.viewDetails') }}</a> @break @case("followup-created") {{ __(ucfirst($history->event_type)) }} @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $deal->id) . '?tab=follow-up' }}"> {{ __('modules.client.viewDetails') }}</a> @break @case($history->event_type == "agent-assigned" || $history->event_type == "deal-updated" || $history->event_type == "pipeline-updated") {{ __(ucfirst($history->event_type)) }} @lang('app.by') @if ($history->user && $history->user->image_url)<span class="text-darkest-grey">{{ $history->user->name }}</span>@endif<a href="{{route('deals.show', $history->deal_id)}}"> {{__('modules.client.viewDetails')}}</a> @break @case("stage-updated") @if ($history->deal_stage_from_id && $history->deal_stage_to_id) @lang('app.stageUpdated') @lang('app.from') {{ $history->dealStageFrom->name }} @lang('app.to') {{ $history->dealStageTo->name }} @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $history->deal_id) }}"> {{ __('modules.client.viewDetails') }} </a> @else @lang('app.stageUpdated') @lang('app.by') <span class="text-darkest-grey">{{ $history->user->name }}</span> <a href="{{ route('deals.show', $history->deal_id) }}"> {{ __('modules.client.viewDetails') }}</a> @endif @break @case($history->event_type == "followup-deleted" ) {{ __(ucfirst($history->event_type)) }} @lang('app.by') @if ($history->user && $history->user->image_url)<span class="text-darkest-grey">{{ $history->user->name }}</span>@endif @break @case($history->event_type == "proposal-deleted" ) {{ __(ucfirst($history->event_type)) }} @lang('app.by') @if ($history->user && $history->user->image_url)<span class="text-darkest-grey">{{ $history->user->name }}</span>@endif @break @case($history->event_type == "note-deleted" ) {{ __(ucfirst($history->event_type)) }} @lang('app.by') @if ($history->user && $history->user->image_url)<span class="text-darkest-grey">{{ $history->user->name }}</span>@endif @break @case($history->event_type == "file-deleted" ) {{ __(ucfirst($history->event_type)) }} @lang('app.by') @if ($history->user && $history->user->image_url)<span class="text-darkest-grey">{{ $history->user->name }}</span>@endif @break @endswitch </h4> </div> <div class="card-text f-11 text-lightest text-justify"> <span class="f-11 text-lightest"> {{ $history->created_at->timezone(company()->timezone)->translatedFormat(company()->date_format .' '. company()->time_format) }}</span> </div> </div> </div> </div> @empty <x-cards.no-record icon="history" :message="__('messages.noRecordFound')"/> @endforelse </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка