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

{{__('Send Email')}}

@csrf
@if ($errors->has('email_template_id')) {{ $errors->first('email_template_id') }} @endif
@if ($errors->has('sender_type')) {{ $errors->first('sender_type') }} @endif
@endsection @push('script') @endpush