@extends('panel.layout.app') @section('title', $title) @section('content')
@csrf @method($method)
@error('chatbot_status')
{{$message}}
@enderror
@error('chatbot_template')
{{$message}}
@enderror
@error('chatbot_rate_limit')
{{$message}}
@enderror
@endsection @section('script') @endsection