@extends('backend.layouts.master') @section('title', __('static.notification.send_notifications')) @use('App\Models\Setting') @section('content') @php $settings = Setting::first()->values; @endphp