@extends('layouts.account') @section('content')
@livewire('billing', ['investment' => $investment]) @include('inc.dashboard_footer')
@endsection