@extends('layouts/setup') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.setup_migrations') }} @parent @stop {{-- Page content --}} @section('content')
@if (trim($output)=='Nothing to migrate.')
{{ trans('general.setup_no_migrations') }}
@endif

{{ trans('general.setup_migration_output') }}

{{ $output }}
@stop @section('button') {{ trans('general.setup_next') }}: {{ trans('general.setup_create_admin') }} @parent @stop