@extends('Layouts.adminLayout') @section('title') {{__('Insert Newsletter')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Newsletter')}}
@CSRF
@if ($errors->has('email')) @endif
@endsection