fipamo/resources/views/back/init.blade.php
ro 2f0e1fdc62
implemented install from scratch
activated the fresh install process for setting up a brand new fipamo
install
2024-04-16 15:36:57 -06:00

18 lines
493 B
PHP

@extends('frame')
@section('title', 'The Dash | Set Up Fipamo')
@section('main-content')
<article class="site-restore">
<section class="restore-fresh">
@include('forms.init-fresh')
</section>
<section class="restore-backup">
@include('forms.init-restore')
</section>
</article>
@endsection
@section('scripting')
<script type="module" src="/assets/scripts/dash/app/Init.js"></script>
@endsection