@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