Form Tambah Subdomain
@error('name') {{ $message }} @enderror
@error('subdomain') {{ $message }} @enderror
@foreach ($offices as $office) @endforeach
# Nama Subdomain Path URL
{{ $loop->iteration }} @if ($editFieldRowId == $office->id . '-name')
@else {{ $office->name }} @endif
@if ($editFieldRowId == $office->id . '-subdomain')
@else {{ $office->subdomain }} @endif
https://{{ $office->subdomain . '.' . env('APP_URL') }} @if ($office->subdomain !== 'diskominfo') @endif