@extends('layouts.admin_template') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

Send Email to All Users

{{ csrf_field() }}
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@endsection