@extends('layouts.user') @section('title') {{ $title }} @stop @section('styles') @stop @section('content')
Created Event for {{$activities['client']}} {{$activities['event_type']}}
@elseUpdated Event, {{$activities['key']}} to {{$activities['new_value']}} for {{$activities['client']}}'s {{$activities['event_type']}}
@endifVenue - {{$activities['location']}}
@if(Sentinel::getUser()->hasAccess(['event.read']) || Sentinel::inRole('admin')) @endifCreated new lead for {{$activities['client']}} {{$activities['event_type']}}
@elseUpdated Lead, {{$activities['key']}} to {{$activities['new_value']}} for {{$activities['client']}}'s {{$activities['event_type']}}
@endif @if($activities['priority'] == 'Open')Open @if(Sentinel::getUser()->hasAccess(['leads.read']) || Sentinel::inRole('admin')) View @endif
@elseif($activities['priority'] == 'Approached')Approached @if(Sentinel::getUser()->hasAccess(['leads.read']) || Sentinel::inRole('admin')) View @endif
@elseif($activities['priority'] == 'Converted')Converted @if(Sentinel::getUser()->hasAccess(['leads.read']) || Sentinel::inRole('admin')) View @endif
@elseDo Not Contact @if(Sentinel::getUser()->hasAccess(['leads.read']) || Sentinel::inRole('admin')) View @endif
@endif