@extends('home.layouts.index') @section('title') جزئیات تیکت @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@if($user->first_name==null or $user->national_code==null) @include('home.users_profile.complete_info') @else
@csrf
@if($ticket->file!=null) @endif
@foreach($conversation as $item)
{!! $item->description !!}
@if($item->file!=null) @endif
@endforeach
بازگشت
@csrf پاسخ خود را ارسال نمایید:

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

@endif
@endsection