@extends('layouts.app') @section('title') Affiliate Status @endsection @section('content') {!! breadcrumbs(['Site Affiliates' => 'affiliates', 'Status Affiliate Request: ' . $affiliate->name => 'status']) !!}
Site Url: {{ $affiliate->url }}
Requested by: {!! $affiliate->submitter !!}
Short Description: {{ isset($affiliate->description) ? $affiliate->description : '-' }}
Request Message: {{ isset($affiliate->message) ? $affiliate->message : '-' }}
{{ isset($affiliate->staff_comment) ? $affiliate->staff_comment : 'They left no comment.' }}
@if ($affiliate->status == 'Rejected')If you want to follow up, feel free to shoot a message to the Deviantart group.
@endif