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

{{lang('Send Test Mail')}}

@csrf @method('post')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{lang('Email Setting', 'menu')}}

@csrf @honeypot
@if ($errors->has('mail_driver')) {{ $errors->first('mail_driver') }} @endif
@endsection @section('scripts') @endsection