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

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

@csrf @method('PUT')
@foreach($ticket->images as $image)
@endforeach
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@if($ticket->status == 'finished')
@endif
{{awtTrans(' رجوع ')}} @if($ticket->status == 'open') {{awtTrans(' رد ')}} @endif
@endsection @section('js') @endsection