Time & Date

Configure time and date settings

Integration Settings

Set up an integration with a third party software

@if(!$integrations->isEmpty())
Integrate with third party
Sync your data with another software
@else
You have no integrations setup
@endif
@if($integrations->isNotEmpty())
@foreach($integrations as $record) @endforeach
@else

No integrations.

You don't have any integrations. Lets add one!

Create Integration
@endif