@extends('layouts/setup') {{-- 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! {{ config('app.url') }}

@stop