@extends('admin.layout.master') @section('css') @endsection @section('content')

{{awtTrans('عرض الرسالة')}}

@csrf
@if($ticket->order_id)
@endif
@forelse ($images as $image) @if(in_array(explode('.', $image->image)[1], ['jpg', 'png', 'jpeg'])) @endif @empty

{{__('admin.no_images')}}

@endforelse
@if(!empty($ticket->answer))
@endif
{{awtTrans(' رجوع ')}} @if(empty($ticket->answer)) {{awtTrans(' رد ')}} @endif
@if($ticket->order_id) @if($ticket->is_transferred==true) @else
@csrf
@endif @endif
@endsection @section('js') @endsection