@extends('layouts.dashboard') @section('title', 'Business settings') @section('content')

Business settings

@csrf @method('PUT')

Hostnames

    @foreach ($hostnames as $hostname)
  • {{ $hostname->hostname }} @if ($hostname->is_primary) (primary) @endif
  • @endforeach

Hostnames route to this tenant via the tenant_domains table. Adding or changing one isn't available from this screen yet.

Postal address

Trading days (which weekdays the business operates) live on the Pricing screen, alongside the weekend and public holiday surcharge switches that go with them.

@endsection