@extends('vendor.installer.layout') @section('style') @endsection @section('content')

{{ __('Administrator creation') }}

{{ __('Now you must enter informations to create administrator') }}


{{ csrf_field() }} @foreach ($fields as $key => $value)
@if ($errors->has($key)) {{ $errors->first($key) }} @endif
@endforeach

{{ __('You\'ll need your password to login, so keep it safe !') }}

@endsection