Files
ui/resources/views/install/end.blade.php

6 lines
145 B
PHP
Raw Normal View History

2021-12-01 21:04:06 -03:00
@extends('install.base')
@section('content')
Installation ended. Go to <a href="../">Inicio</a>. Remember to remove install folder.
@endsection