@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? Select your country Guinea Ivory Coast Mali Sierra Leone Senegal @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? Business Community Events Medical Education Emergencies Funeral & Memorial Travel Competition NGO Religion Others @error('why_fundraising') {{ $message }} @enderror Continue @endsection @section('scripts') @endsection
{{ $message }}