@extends('admin.layout.master') @section('css') @endsection @section('content') {{awtTrans('عرض الرسالة')}} @csrf {{awtTrans('اسم المستخدم')}} @if($ticket->order_id) {{awtTrans('رقم الطلب ')}} @endif {{awtTrans(' عنوان الشكوي ')}} {{awtTrans('تفاصيل الشكوي')}} {{$ticket->description??''}} {{awtTrans('صور البلاغ')}} @forelse ($images as $image) @if(in_array(explode('.', $image->image)[1], ['jpg', 'png', 'jpeg'])) @endif @empty {{__('admin.no_images')}} @endforelse @if(!empty($ticket->answer)) {{awtTrans('الرد على البلاغ')}} {{$ticket->answer??''}} @endif {{awtTrans(' رجوع ')}} @if(empty($ticket->answer)) {{awtTrans(' رد ')}} @endif @if($ticket->order_id) @if($ticket->is_transferred==true) تم التحويل @else @csrf تحويل الأموال @endif @endif
{{__('admin.no_images')}}