@extends('layout.master') @section('content')

Setup Cachet

Under construction.

Service Details

Status Page Details

@if($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if($errors->has('app_domain')) {{ $errors->first('app_domain') }} @endif
Show support for Cachet?

Administrator Account

@if($errors->has('user.name')) {{ $errors->first('user.name') }} @endif
@if($errors->has('user.email')) {{ $errors->first('user.email') }} @endif
@if($errors->has('user.password')) {{ $errors->first('user.password') }} @endif

{{ Form::token() }}
Ding!

You'll be able to reconfigure Cachet later on.

At least when there is a management panel…

@stop