@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Send Emails') }}: {{ $id->name }}

@csrf
{{ __('Target Group') }}
@error('type')

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

@enderror
{{ __('Email Status') }}
@error('status')

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

@enderror
{{ __('Email Address') }}
@error('email')

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

@enderror
{{ __('Return') }}
@endsection @section('js') @endsection