@use('App\Models\Page') @php $pages = Page::where('status', true)?->get(['id', 'title']); $smsGateways = getSMSGatewayList(); @endphp @extends('admin.layouts.master') @section('title', __('static.settings.settings')) @section('content')
{{ __('static.settings.test_mail_note') }}