@extends('layouts.app', ['title' => __('Whatsapp API')]) @section('content')

🔗 {{__('API Info')}}

@include('partials.flash')
{{ __('API endpoint') }}
{{config('app.url')}}

{{ __('You API token') }}
{{$token}}

@endsection