@extends('user.layout') @section('content')
@csrf
{{ __('Mail_Information') }}
@if ($errors->has('email'))

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

@endif
@if ($errors->has('from_name'))

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

@endif
@endsection