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

{{ __('Send a message to') }} {{ $user->name ? $user->name : $user->nickname }}

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