@extends('installer::layouts.master') @section('template_title') {{ trans('installer::installer_messages.welcome.templateTitle') }} @endsection @section('title') {{ trans('installer::installer_messages.welcome.title') }} @endsection @section('content')

{{ __('installer::installer_messages.welcome.title') }}

{{ __('installer::installer_messages.welcome.describe') }}

{{ trans('installer::installer_messages.welcome.next') }}

@endsection