@extends('service::layouts.app_install', ['title' => __('lms::install.welcome')]) @php $base_path = $data['asset_path']; @endphp @section('content')

{{ _trans('service::install.welcome_title') }}

{{ _trans('service::install.welcome_description') }}

@stop