@extends('layouts.admin') @section('title', 'Manage Users - ' . $event->name) @section('content')
{{ strip_tags($event->description) }}
{{ session('success') }}
Select users to associate with this event:
There are no users associated with the client "{{ $event->client->name }}" yet.
Users need to be associated with the client before they can be assigned to specific events.