Files
oficial/resources/views/install/start.blade.php

7 lines
119 B
PHP
Raw Normal View History

2021-03-25 21:20:49 -03:00
@extends('install.base')
@section('content')
Start Installation
<a href="next_step.php">Create Tables</a>
@endsection