Files
ui/resources/views/install/end.blade.php
2021-12-01 21:04:06 -03:00

6 lines
145 B
PHP

@extends('install.base')
@section('content')
Installation ended. Go to <a href="../">Inicio</a>. Remember to remove install folder.
@endsection