@include('admin.listboot.ReplyList.create')
@include('admin.messages')
# |
اسم الرد |
عنوان الرد |
وصف الرد |
نوع الرد |
الرد |
العمليات |
@foreach($data->questionList as $row)
{{$loop->index+1}} |
{{$row->name}} |
{{$row->title}} |
{{$row->description}} |
{{$row->chat_boot_list->type ?? null}} |
{{findNameReplyChatBootList($row->id)->name ?? null}}
|
@if(!App\Models\ChatBootReply::where('reply_boot_list_id',$row->id)->first())
@endif
|
@include('admin.listboot.ReplyList.edit')
@include('admin.listboot.ReplyList.deleted')
@endforeach