@extends('packages/installer::layouts.master')
@section(
'pageTitle',
trans(
'packages/installer::installer.install_step_title',
['step' => 1, 'title' => trans('packages/installer::installer.welcome.title')]
)
)
@section('header')
{{ trans('packages/installer::installer.welcome.title') }}
{{ trans('packages/installer::installer.welcome.message') }}
@endsection
@section('content')
@endsection
@section('footer')
{{ trans('packages/installer::installer.welcome.next') }}
@endsection