@extends('admin.layouts.master-soyuz') @section('title',__('Open Ai')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Open Ai') }} @endslot @slot('menu1') {{ __('Open Ai') }} @endslot @slot('button')
@endslot @endcomponent|
|
{{ __('Genrate') }} | {{ __('Prompt') }} | {{ __('Response') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|
|
|
{{ $test->generate }} | {{ $test->prompt }} | @if($test->generate == 'Image Generate') @if(!empty($test->response))@endif @else @php $jsonData = $test->response; $decodedData = json_decode($jsonData, true); @endphp | {{ $decodedData['content'] ?? ''}} | @endif
{{__('Are You Sure ?')}}{{__('Do you really want to delete this service')}} {{ $test->title }} ? {{__("By Clicking YES IF any user attach to this service will be unroled ! This process cannot be undone")}}. |
{{__("Do you really want to delete selected products? This process cannot be undone.")}}