@extends('panel.layout.settings') @section('title', __('Add or Edit Chat Template')) @section('titlebar_actions', '') @section('settings')
@csrf
@if ($template != null) @foreach ($categoryList as $category) @endforeach @else @foreach ($categoryList as $category) @endforeach @endif {{ $template != null ? $template->description : null }} {{ $template?->instructions }}
{{ $template != null ? $template->helps_with : null }}
{{ __('Create example input') }}
{{ $template != null ? $template->chat_completions : null }} {{ __('More Info') }}
{{ __('Save') }}
@endsection @push('script') @endpush