@extends('admin.layouts.master') @section('content')
@csrf

Report Details

First Name: @if (!empty($details)) {{ $details->first_name }} @endif

Last Name: @if (!empty($details)) {{ $details->last_name }} @endif

UserName: @if (!empty($details)) {{ $details->user_name }} @endif

Email: @if (!empty($details)) {{ $details->email }} @endif

Phone Number: @if (!empty($details)) {{ $details->number_format1 }} @endif

Type: @if (!empty($details)) {{ $details->payment_type }} @endif

{{--

Scammer Email: @if (!empty($details)) {{ $details->scammer_email }} @endif

--}}
{{-- ye Check kar lena --}}

Reported by: @if (!empty($details->reported_email )){{ $details->reported_email }}@endif

@if (!empty($details->reason))

Reason For Deleted: {{ $details->reason }}

@endif @if (!empty($details->full_reason))

Full Reason For Deleted: {{ $details->full_reason }}

@endif
Comment
@if (!empty($details)) {!! $details->notes !!} @endif
Attachment
@php $data = []; if (!empty($details)) { if (!empty($details->images)) { $data = json_decode($details->images); } } $j = 0; @endphp
@foreach ($data as $datas) @php $j = $j + 1; @endphp @if ($j < 3) @endif @endforeach @php $i = 0; $datas = []; if (!empty($details)) { if (!empty($details->images)) { $datas = json_decode($details->images); } } foreach ($datas as $data) { $i = $i + 1; } $k = 0; @endphp @foreach ($datas as $data) @php $k= $k + 1; @endphp @if ($k == 3)

@if ($i == 3) @elseif($i > 3) + {{ $i - 3 }} Attachments @endif

@endif @endforeach
{{-- Modal --}} {{-- --}} {{-- End Modal --}} @endsection @section('scripts') @endsection