@extends('layouts.tenant', ['title' => 'Application settings']) @push('head') @livewireStyles @endpush @push('body') @livewireScripts @endpush @section('content') @csrf Save @livewire('domains') @livewire('new-domain') @livewire('fallback-domain') @livewire('subscription-banner') @livewire('upcoming-payment') @livewire('billing-address') @livewire('invoices') @livewire('subscription-plan') @livewire('payment-method') @endsection