Fixes for single root - Livewire

This commit is contained in:
David Bomba 2022-09-16 13:11:08 +10:00
parent 774a05b148
commit 0b3cefa091

View File

@ -1,15 +1,15 @@
@extends('portal.ninja2020.layout.clean', ['custom_body_class' => 'bg-gray-50'])
@section('meta_title', ctrans('texts.sign_up_with_wepay'))
<div>
@section('body')
<div>
<div class="flex flex-col justify-center items-center mt-10">
<img src="{{ asset('images/wepay.svg') }}" alt="We Pay">
</div>
@livewire('wepay-signup', ['user_id' => $user_id, 'company' => $company])
@endsection
</div>
@endsection
@push('footer')
<script>