@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Whatsapp Chat Button Credentials') }}

{{-- Whatapp Chatbot --}}
{{-- WhatsApp Number --}}
{{ __('With Country code (without +)') }}
{{-- Initial Chat Message --}}
{{-- Footer --}} @include('admin.includes.footer')
@section('scripts') @endsection @endsection