@extends('backend.layout.master') @section('title', __('Email to All Subscriber')) @section('style') @endsection @section('content')

{{ __('Email to All Subscriber') }}

@csrf
@endsection @section('script') @endsection