• File: welcome.blade.php
  • Full Path: /home/masbinta/public_html/core/resources/views/vendor/installer/update/welcome.blade.php
  • File size: 423 bytes
  • MIME-type: text/html
  • Charset: utf-8
@extends('vendor.installer.layouts.master-update')

@section('title', trans('installer_messages.updater.welcome.title'))
@section('container')
    <p class="paragraph text-center">
    	{{ trans('installer_messages.updater.welcome.message') }}
    </p>
    <div class="buttons">
        <a href="{{ route('LaravelUpdater::overview') }}" class="button">{{ trans('installer_messages.next') }}</a>
    </div>
@stop