@extends('spark::layouts.app') @section('scripts') @if (Spark::billsUsingStripe()) @else @endif @endsection @section('content')
Settings
@if (Spark::canBillCustomers())
Billing
@endif
@include('spark::settings.profile')
@if (Spark::usesTeams())
@include('spark::settings.teams')
@endif
@include('spark::settings.security')
@if (Spark::usesApi())
@include('spark::settings.api')
@endif @if (Spark::canBillCustomers()) @if (Spark::hasPaidPlans())
@include('spark::settings.subscription')
@endif
@include('spark::settings.payment-method')
@include('spark::settings.invoices')
@endif
@endsection