Files
oficial/app_old/resources/views/install/start.blade.php
Juan Pablo Vial be33305cf1 config
2023-07-24 20:41:38 -04:00

7 lines
119 B
PHP

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