@extends('admin::layouts.master') @section('title', $name) @push('header') @endpush @section('content')
{{ __('Openai::common.no_question') }}
@if ($type != 'own')
{{ __('Openai::common.number_free') }}: {{ __('Openai::common.loading') }}
@endif @if ($error)
{{ $error }}
@endif
{{ $description }}
@endsection