Files
oficial/resources/views/install/start.blade.php
2021-03-25 21:20:49 -03:00

7 lines
119 B
PHP

@extends('install.base')
@section('content')
Start Installation
<a href="next_step.php">Create Tables</a>
@endsection