@extends('admin.layout') @section('content')

{{ __('Mail Subscribers') }}

{{ __('Send Mail') }}

@csrf
@if ($errors->has('subject'))

{{$errors->first('subject')}}

@endif
@if ($errors->has('message'))

{{$errors->first('message')}}

@endif
@endsection