@extends('layouts.csd.app') @section('content') @php $siteDtl = App\Http\Helper::get_site_info(strtolower($data->sitename)); //echo Session::get('permissions.user_type'); @endphp

@if('https://admin.rightflorist.org/csd/bulk/sitelabels/'.strtolower($data->sitename) == $siteurl) @elseif('https://admin.rightflorist.org/csd/bulk/bulk-inbox' == $siteurl) @else @endif Ticket ID: {{$data->ticket_id}} @if($data->is_block == 'N') @else @endif

@if($data->spam == 1) @if((Session::get('permissions.user_type') == 'SU')) @endif @endif @if($data->spam == 0) @if((Session::get('permissions.user_type') == 'SU')) @endif @endif
Delete this Conversation Delete Forever
Website : {{$data->sitename}}
Name : {{$data->name}}
Email : {{$data->email}}
Mobile : {{$data->mobile}}
Staus Update
is_block == 'N' ? 'checked' : ''}} value="N">
is_block == 'Y' ? 'checked' : ''}} value="Y">
Do you want to move this mail to Trash ?
Do you want to parmanent delete this mail ? Delete

Conversion Subject :


    @foreach($conversations as $index => $value ) @if($data->id == $value->bulk_id && $value->created_by == '')
  • {{$data->name}}
    {{$data->name}}
    @if($value->dfile != null) @if (in_array(pathinfo($value->dfile, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'png', 'gif', 'webp'])) @else {{-- Download File --}} Download File @endif
    @endif {!!$value->message!!}
    {{ date('jS M,y g:i a', strtotime($value->created_at)) }}
  • @elseif($data->id == $value->bulk_id && $value->created_by != '') @php $adminName = App\Http\Helper::adminName($value->created_by); @endphp
  • {{$adminName}}
    @if($value->dfile != null) @php $checkMineType = App\Http\Helper::getFileExtensionFromBase64($value->dfile); //dd($checkMineType); @endphp @if (in_array($checkMineType, ['jpg', 'jpeg', 'png', 'gif', 'webp'])) @elseif($checkMineType == 'pdf') Uploaded File @else Uploaded File @endif
    @endif {!!$value->message!!}

    {{ date('jS M,y g:i a', strtotime($value->created_at)) }}
  • @endif @endforeach
@if($data->spam == 0)
@csrf
@endif
@endsection