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

Let's begin fundraising

@if (session('success'))
{{ session('success') }}
@endif
@csrf
What country are you in?
@error('country')

{{ $message }}

@enderror
What name would you like to give you fund?
@error('name')

{{ $message }}

@enderror
{{--
Where are you located?
@error('location')

{{ $message }}

@enderror
--}}
What best describes why you're fundraising?
@error('why_fundraising')

{{ $message }}

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