@extends('layouts.app') @section('title', 'パートナー案件') @section('page-title', 'パートナー') @section('page-subtitle', '紹介者(パートナー)に紹介してもらう案件を作ります。何を成果とみなすか(メール登録・LINE登録・購入・イベント申込)と、1件あたりの報酬を案件ごとに決めます。案件を作ったあと、URL管理でパートナーごとの紹介URLを発行します。') @push('styles') @include('partner.partials._styles') @endpush @section('content')
まず案件を作り、次に「パートナー一覧」で紹介者を登録し、「URL管理」で紹介URLを発行します。
案件を作成 @endif{{ \Illuminate\Support\Str::limit($campaign->description ?: '説明なし', 80) }}