@extends('admin.layout.master') @section('title') ChatGPT @endsection @section('content')
ChatGPT
@csrf
RESET CHATGPT
@if(isset($response) && !empty($response))
ChatGPT Result

{{ $response }}

@endif
@endsection @section('script') @endsection