@extends('admin.layout.master') @section('css') @endsection @section('content') {{awtTrans('عرض الرسالة')}} @csrf @method('PUT') @foreach($ticket->images as $image) @endforeach {{awtTrans('اسم المستخدم')}} {{-- --}} {{-- --}} {{-- {{awtTrans('رقم الطلب ')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans(' عنوان البلاغ ')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('محتوى البلاغ')}} {{$ticket->text}} @if($ticket->status == 'finished') {{awtTrans('الرد')}} {{$ticket->answer}} @endif {{awtTrans(' رجوع ')}} @if($ticket->status == 'open') {{awtTrans(' رد ')}} @endif {{awtTrans('الرد')}} × @csrf {{awtTrans('الرد')}} @endsection @section('js') @endsection