@php $tabs = [ 'website' => [ 'title' => __('Website'), ], 'pdf' => [ 'title' => __('PDF, XLSX, CSV'), ], 'text' => [ 'title' => __('Text'), ], 'qa' => [ 'title' => __('Q&A'), ], ]; @endphp @extends('panel.layout.settings') @section('title', $title) @section('titlebar_actions', '') @section('settings')
@method('PUT') @csrf

{{ old('title', $item->title) }}

@error('title')

{{ $message }}

@enderror {{-- {{ __('Edit') }} --}}
@lang('Need help?')

@lang('Simply select the source and MagicAI will do the rest to train your GPT in seconds.')

@include('panel.admin.chatbot.particles.web-site-tab') @include('panel.admin.chatbot.particles.pdf-tab') @include('panel.admin.chatbot.particles.text-tab') @include('panel.admin.chatbot.particles.qa-tab')
@endsection @push('script') @endpush