@extends('home.users_profile.layout') @section('title') درخواست پشتیبانی @endsection @section('style') @endsection @section('script') @endsection @section('content')

{{ $ticket->title }}

@if($ticket->file!=null) @endif
@csrf پاسخ خود را ارسال نمایید:

افزودن فایل ضمیمه (عکس، Word و PDF):

@foreach($conversation as $key => $item)
@if($item->file!=null) @endif

{{ $item->description }}

@endforeach
@endsection