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

{{ __('newsletters') }}

{{ __('Edit newsletter') }}

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

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

@endif
@endsection