@extends('admin/layout') @section('title') {{ labels('admin_labels.notification_and_contact_settings', 'Notification & Contact Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.notification_and_contact', 'Notification & Contact') }}

{{ labels('admin_labels.unify_communication_with_notifications_contact_and_about_us', 'Unify Communication with Notifications, Contact, and About Us') }}

@csrf
{{ labels('admin_labels.contact_us', 'Contact Us') }}
@csrf
{{ labels('admin_labels.about_us', 'About Us') }}
@csrf
{{ labels('admin_labels.notification_setting', 'Notification Setting') }}
@endsection