@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

{{ __('Tawk.to Credentials') }}

{{-- Tawk Settings --}}
{{-- Tawk Chat Settings --}}
{{ __('https://embed.tawk.to/') }}
{{ __('If you did not get a Tawk.to Chatbot URL, create a') }} {{ __('new Tawk.to Chatbot URL.') }}
{{-- Footer --}} @include('admin.includes.footer')
@endsection