@extends('front.layouts.app-auth') @push('page_css') @endpush @section('content') @include('front.components.breadcrumbs', [ 'currentPage' => 'Create Offer', 'breadcrumbs' => [ ['label' => 'Sponsorships', 'url' => route('profile.sponsorships')] ] ])

Create Sponsorship Offer

Back to Sponsorships
@csrf

Step 1: Select Beneficiary

@if ($beneficiary)

{{ $beneficiary->full_name }} ({{ $beneficiary->sport }} – {{ $beneficiary->position }})

{{ ucfirst($beneficiary->role_slug) }} Profile Preview

@else @endif

Step 2: Define Sponsorship Type & Amount

Installment Setup

Installment Date
Amount
Trigger
Notes
1

Step 3: Define Sponsorship Terms

Choose a file or drag & drop it here

JPEG, PNG, PDF, and MP4 formats, up to 50MB

Fund Distribution / Allocation

Step 4: Review & Confirmation

Summary

Beneficiary
-
Type
-
Installments
-
Amount
-
Duration
-
Visibility
-
@push('page_script') @endpush @endsection