wip import backup
This commit is contained in:
@@ -1,37 +1,14 @@
|
||||
<x-app-layout>
|
||||
|
||||
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||
<x-forms.form-section submit="updateProfileInformation">
|
||||
<x-slot name="title">
|
||||
{{ __('Import') }}
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="description">
|
||||
{{ __('Upload or recover your Investbrain portfolio and holdings.') }}
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="form">
|
||||
|
||||
<!-- Name -->
|
||||
<div class="col-span-6 sm:col-span-4">
|
||||
@livewire('import-portfolios-field')
|
||||
</div>
|
||||
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="actions">
|
||||
|
||||
<x-button type="submit">
|
||||
{{ __('Import') }}
|
||||
</x-button>
|
||||
</x-slot>
|
||||
</x-forms.form-section>
|
||||
|
||||
@livewire('import-portfolios-field')
|
||||
|
||||
<x-section-border />
|
||||
</div>
|
||||
|
||||
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||
<x-forms.action-section submit="updateProfileInformation">
|
||||
<x-forms.action-section>
|
||||
<x-slot name="title">
|
||||
{{ __('Export') }}
|
||||
</x-slot>
|
||||
@@ -42,11 +19,9 @@
|
||||
|
||||
<x-slot name="content">
|
||||
|
||||
<!-- Name -->
|
||||
<div class="col-span-6 sm:col-span-4">
|
||||
@livewire('export-portfolios-button')
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</x-slot>
|
||||
|
||||
Reference in New Issue
Block a user