@for ($i = 1; $i <= 6; $i++) Step {{ $i }} @endfor

No command line required. Complete the steps below to install.

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif @yield('content')