home.blade.php 193 B

12345678910
  1. @extends('settings.template')
  2. @section('section')
  3. <account-import />
  4. @endsection
  5. @push('scripts')
  6. <script type="text/javascript" src="{{ mix('js/account-import.js') }}"></script>
  7. @endpush