@extends('backend.template.layouts.template-base')
@section('title', 'Email & SMS Settings')
@section('content')
@php
$activeProvider = $settings['sms_active_provider'] ?? '';
@endphp
{{-- ── Page header ─────────────────────────────────────────────────── --}}
{{-- ================================================================ --}}
{{-- EMAIL TAB --}}
{{-- ================================================================ --}}
{{-- ================================================================ --}}
{{-- SMS TAB --}}
{{-- ================================================================ --}}
{{-- ── Provider cards + test bypass (left/main area) ── --}}
{{-- ── Test SMS panel (right) ──────────────────────── --}}
{{-- /sms-wrapper --}}
{{-- /tab-content --}}
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection