@extends('layouts/setup') {{-- Page title --}} @section('title') Create a User :: @parent @stop {{-- Page content --}} @section('content')
@if (trim($output)=='Nothing to migrate.')
There was nothing to migrate. Your database tables were already set up!
@else
Your database tables have been created
@endif

Migration output:

{{ $output }}
@stop @section('button')
@parent @stop