@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Send Mail To All Newsletter Subscriber')}} @endsection @section('content')

{{__('Send Mail To All Newsletter Subscriber')}}

@csrf
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection