@extends('index') @section('header', 'Install') @section('content')
{{csrf_field()}} @foreach($formInputs as $inputGroupLabel => $inputs)
first) style="margin-top: 1rem;" @endif>

{{$inputGroupLabel}}

@foreach($inputs as $input) @endforeach
{{$input['name']}}:
@endforeach
@endsection