@if ($data->ReplyButton->count() < 3)
@include('admin.buttonboot.ReplyButton.create')
@endif
@include('admin.messages')
# |
اسم الردود |
نوع الرد |
الرد |
العمليات |
@foreach($data->ReplyButton as $row)
{{$loop->index+1}} |
{{$row->name}} |
{{$row->chat_boot_button->type ?? null}} |
{{findNameReplyChatBootButton($row->id)->name ?? null}}
|
@if(!App\Models\ChatBootReply::where('reply_boot_button_id',$row->id)->first())
@endif
|
@include('admin.buttonboot.ReplyButton.edit')
@include('admin.buttonboot.ReplyButton.deleted')
@endforeach