@extends('admin.layouts.master') @section('title') الشات بوت @endsection @section('css') @endsection @section('content-header')

الشات بوت

@endsection @section('content')
@include('admin.messages') @foreach($data->boot_list_id == true ? $data->boot_list->questionList : $data->boot_button->ReplyButton as $row) @include('admin.chatboot.createBoot_messages') @endforeach
# العناصر داخل البوت العمليات
{{$loop->index+1}} {{$row->name}} @if(!App\Models\ReplyBoot::where('reply_boot_button_id',$row->id)->first()) @endif
@endsection @section('js') @endsection