@extends('layouts.app') @section('content')
Message Threads
Send a Message
@if ($errors->has('recipient'))
{{ $errors->first('recipient') }}
@endif
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
{{ csrf_field() }}
@endsection