{{-- @todo Rewrite the JS for choosing event bg images and colours. --}} @extends('Shared.Layouts.Master') @section('title') @parent Customize Event @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @stop @section('page_title') Customize Event @stop @section('page_header') @stop @section('head') {!! HTML::script('https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places') !!} {!! HTML::script('vendor/geocomplete/jquery.geocomplete.min.js') !!} @stop @section('content')
| Affiliate Name | Visits Generated | Ticket Sales Generated | Sales Volume Generated | Last Referral |
|---|---|---|---|---|
| {{ $affiliate->name }} | {{ $affiliate->visits }} | {{ $affiliate->tickets_sold }} | {{ money($affiliate->sales_volume, $event->currency->code) }} | {{ $affiliate->updated_at->format('M dS H:i A') }} |
The following short codes are available for use:
Display the event's public URL:[event_url]Display the organiser's name:
[organiser_name]Display the event title:
[event_title]Display the event description:
[event_description]Display the event start date & time:
[event_start_date]Display the event end date & time:
[event_end_date]Social Settings