@php if (Auth('admin')->User()->dashboard_style == 'light') { $text = 'dark'; $bg = 'light'; } else { $text = 'light'; $bg = 'dark'; } @endphp @extends('layouts.app') @section('content') @include('admin.topmenu') @include('admin.sidebar')

Send Email to users

For help
@csrf
Category
Select Users (0)
Greeting/Title
Subject
@endsection @section('scripts') @parent @endsection