@extends('layouts.investor') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Please click the link below to verify Mono Payment

@csrf


@endsection @section('page-js') @endsection