@extends('layouts.app') @section('content')
@if(session('success'))
{{ session('success') }}
@endif

Your Postcard

Postcard from RodeoAgent

{!! $message !!}

Create Another Postcard
@csrf
@endsection