@extends('layouts/setup') {{-- TODO: Translate --}} {{-- Page title --}} @section('title') Create a User :: @parent @stop {{-- Page content --}} @section('content')
Success! Your admin user has been added!

Click here to go to your app login! {{ url('/') }}

@stop