@extends('layouts.app') @section('title','Send Money') @push('styles') {{-- Google Fonts --}} @endpush @section('content') @php $me = auth()->user(); @endphp
Make sure the receiver phone number and amount are correct before sending. If you send to a wrong number, the money may not be recoverable.
{{-- inline errors --}} @if ($errors->any())