@extends('Layouts.gofung-interface') @section('content')
We're here to guide you every step of the way.

Let's begin fundraising

@csrf
What is your initial goal amount to raise?
@error('amount_goal')

{{ $message }}

@enderror
Who are you collecting funds for?
@error('fund_for')

{{ $message }}

@enderror
Where would you like to receive funds to?
@error('payment_method')

{{ $message }}

@enderror
@endsection @section('scripts') @endsection