@extends('layouts.admin_layout') @section('content')

Grant Application Details

Nav to main website
View →
@if ($errors->any())
Please fix the following:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Form Info

User Name: {{ $grant->user?->first_name }} {{ $grant->user?->last_name }}

Store name: {{ $grant->store }}

Grant Details

Selected Grant: {{ $grant->grant_type }}

Full Name: {{ $grant->name }}

Recipient Location: {{ $grant->location }}

Reason for grant: {{ $grant->reason }}

How many active C2C store owners have you registered under you?: {{ $grant->referrals }}

Grant category: {{ $grant->categories }}

Why you deserve the grant: {{ $grant->deserve }}

@php $bot = App\Models\Investment::find($grant->investment_id); @endphp

Choose your Insurance AI: {{ $bot->plan->name }} - (${{ number_format($bot->plan->balance, 2) }})

How will you promote Global E-commerce Arbitrage Store to the community.: {{ $grant->promote }}

What information channels will you promote: {{ $grant->channels }}

Please list all social networks or communities (link) you have:: {{ $grant->social_networks }}

What's your email: {{ $grant->email }}

Where is the most convenient place to contact you?: {{ $grant->contact }}

@csrf
@endsection