18 lines
493 B
PHP
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
|