2018-05-26 16:40:39 -06:00
|
|
|
@extends('settings.template')
|
|
|
|
|
|
|
|
@section('section')
|
2023-06-12 05:30:18 -06:00
|
|
|
<account-import />
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('scripts')
|
|
|
|
<script type="text/javascript" src="{{ mix('js/account-import.js') }}"></script>
|
|
|
|
@endpush
|
2018-05-26 16:40:39 -06:00
|
|
|
|