MASSEGES
{{--@if('https://ofadmin.rightflorist.org/csd/sitelabels/'.strtolower($data->sitename) == $siteurl) @elseif('https://ofadmin.rightflorist.org/public/csd/inbox' == $siteurl) @else @endif--}} Ticket ID: {{$data->ticket_id}} @if($data->is_block == 'N') OPEN @else CLOSED @endif
Delete this Conversation Delete Forever | |
Website: | {{$data->sitename}} |
Country: | {{$data->country_name}} |
Contact Type: | {{ucwords($data->contact_type)}} |
Related Query: | {{$data->query_related}} |
Order ID: | {{$data->order_id}} |
Name: | {{$data->name}} |
Email: | {{$data->email}} |
Mobile: | {{$data->mobile}} |
Status Update |
is_block == 'N' ? 'checked' : ''}} value="N">
is_block == 'Y' ? 'checked' : ''}} value="Y">
|
Do you want to move this mail to Trash? | |
Permanently delete this mail? Delete |
Subject: {{$data->subject}}
-
@foreach($conversations as $index => $value)
@if($data->id == $value->contact_id && $value->created_by == '')
-
{{$data->name}}
@if($value->dfile != null) @if (in_array(pathinfo($value->dfile, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'png', 'gif', 'webp'])){{ date('jS M,y g:i a', strtotime($value->created_at)) }}@else Download File @endif @endif {!!$value->message!!}
@elseif($data->id == $value->contact_id && $value->created_by != '')
@php
$adminName = App\Http\pagginationHelper::adminName($value->created_by);
@endphp
-
{{$adminName}}
@if($value->dfile != null) @php $checkMineType = App\Http\pagginationHelper::getFileExtensionFromBase64($value->dfile); @endphp @if (in_array($checkMineType, ['jpg', 'jpeg', 'png', 'gif', 'webp'])){{ date('jS M,y g:i a', strtotime($value->created_at)) }}@elseif($checkMineType == 'pdf') Uploaded File @else Uploaded File @endif @endif {!!$value->message!!}
@endif
@endforeach