@extends('admin.layouts.app') @section('title') @lang('Email') @endsection @section('content')
@csrf

@lang("Send Email To All User's")

@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@endsection @push('style-lib') @endpush @push('js-lib') @endpush @push('js') @endpush