@extends('packages/installer::layouts.master') @section( 'pageTitle', trans( 'packages/installer::installer.install_step_title', ['step' => 5, 'title' => trans('packages/installer::installer.createAccount.title')] ) ) @section('header') {{ trans('packages/installer::installer.createAccount.title') }} @endsection @section('content')
@csrf
@endsection @section('footer') {{ trans('packages/installer::installer.createAccount.form.create') }} @endsection