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

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

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

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

@endif
@endsection