@extends('panel.layout.app') @section('title', __('ChatBot')) @section('content')
@if ( 1 == 2 ) @if($app_is_demo) {{__('Add New Template')}} @else {{__('Add New Template')}} @endif @endif

{{__('Settings')}}

{{__('Templates')}}

@foreach($chatbotData as $chatbot) @endforeach
{{__('Image')}} {{__('Title')}} {{__('Role')}} {{__('Model')}} {{__('Actions')}}
{{$chatbot->title}} {{$chatbot->role}} {{$chatbot->model}} @if($app_is_demo) @else @if($chatbot->id != 1) @endif @endif
@endsection @section('script') @endsection