Files
oficial/resources/views/install/end.blade.php
2021-03-25 21:20:49 -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