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

Setup Cachet Under construction.


Service Details
{{ Form::open(['name' => 'SetupForm', 'class' => 'form-vertical', 'role' => 'form']) }}
Status Page Setup
@if($errors->has('settings.app_name')) {{ $errors->first('settings.app_name') }} @endif
@if($errors->has('settings.app_domain')) {{ $errors->first('settings.app_domain') }} @endif
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::close() }}
Ding!

You'll be able to reconfigure Cachet later on.

At least when there is a management panel…

@stop