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