@extends('admin.layouts.master') @section('title') الردود @endsection @section('css') @endsection @section('content-header')

الردود

@endsection @section('content')
@if ($data->ReplyButton->count() < 3)
@include('admin.buttonboot.ReplyButton.create') @endif
@include('admin.messages')
@foreach($data->ReplyButton as $row) @include('admin.buttonboot.ReplyButton.edit') @include('admin.buttonboot.ReplyButton.deleted') @endforeach
# اسم الردود نوع الرد الرد العمليات
{{$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
@endsection @section('js') @endsection