@extends('user.layout.layout') @section('contents')

New Investment

You took the right step!
Choose your preferred plan and proceed.

@csrf
@error('plan') {{$message}} @enderror
@error('capital') {{$message}} @enderror
{{-- --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection