@extends('root')
@section('title', 'Buat Pengajuan Nomor WhatsApp Dedicated')
@push('styles')
@endpush
@section('content')
@include('components.breadcrumb', [
'title' => 'Buat Pengajuan',
'links' => [
['url' => route('client.dashboard'), 'label' => 'Dashboard'],
['url' => route('client.wa-submission.index'), 'label' => 'Pengajuan Nomor Dedicated'],
],
'current' => 'Buat Pengajuan Baru'
])
{{-- Cost Banner --}}
Biaya Setup
Saat pengajuan Anda disetujui, sistem akan memotong saldo sebesar
Rp {{ number_format($setupFee, 0, ',', '.') }} sebagai biaya setup nomor WhatsApp Business Dedicated.
@endsection
@push('scripts')
@endpush