@extends('layouts.app') @section('title', 'Settings') @push('styles') @endpush @section('content')

Manage WhatsApp Settings

@foreach (['success', 'error'] as $type) @include('components.layouts.alert', ['type' => $type]) @endforeach
@csrf
{{-- webhook --}}
@endsection @push('scripts') @endpush