@extends('layouts.settings.app') @section('content-tab')
Setting Notifikasi
{{-- Whatsapp --}} @if ($data->val1 === 'true')
val1 === 'false' ? 'd-none' : '' }}>
Setting Whatsapp Gateway
@if ($whatsapp) @else @endif
Nomor Status Actions
{{ $whatsapp->phone ?? 0 }} {{ $whatsapp->status }}
@if ($whatsapp->status === 'Connected') @else @endif
@endif
@endsection @push('page-js') @endpush