@include('layouts.core._favicon_default') @yield('title') @include('layouts.core._includes') @include('layouts.core._script_vars')
@include('install._steps')
@if (count($errors) > 0)
@foreach ($errors->all() as $key => $error)

{{ $error }}

@endforeach
@endif @yield('content')