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

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

@csrf @method('PUT')
@if(!empty($ticket->answer))
@endif @if($ticket->images()->count() > 0)
@foreach($ticket->images as $image) @endforeach
@endif
{{awtTrans(' رجوع ')}} @if(empty($ticket->answer)) {{awtTrans(' رد ')}} @endif
@endsection @section('js') @endsection