@extends('layouts.partner-portal') @section('title', $campaign->name.' — パートナー募集') @section('content')

{{ $campaign->name }}

パートナー(紹介者)募集

@if($campaign->image_url) @endif
@if($campaign->description)

{{ $campaign->description }}

@endif
成果地点: {{ $campaign->typeLabel() }} 報酬: {{ $campaign->commissionLabel() }} {{ $campaign->approvalLabel() }}
@if(! $accepting)
この案件は現在パートナーを募集していません。
@else
お申し込み
@csrf
マイページのログインIDになります。
8文字以上
@endif
@endsection