@if(canViewUpdate('clear cache'))
@endif
{{-- First column start --}}
{{-- Second column start --}}
{{-- Third column start --}}
{{-- Organisation start --}}
@if(canViewUpdate('view organisation owner settings section'))
@include('settings.includes.organization')
@endif
{{-- Organisation start --}}
@if(canViewUpdate('view settings'))
@include('settings.includes.default-signature')
@endif
{{-- Modules start --}}
@if(canViewUpdate('view modules section'))
@include('settings.includes.module')
@endif
{{-- Time management --}}
@if(hasPermissionAndModuleEnabled('view settings time management', 'time_mgt'))
@include('settings.includes.time-management')
@endif
{{-- Organisation types --}}
@if(hasPermissionAndModuleEnabled('view organisation types section', 'organisation_type'))
@include('settings.includes.organisation-types')
@endif
{{-- Project stauts --}}
@if(hasPermissionAndModuleEnabled('view project status', 'project_status'))
@include('settings.includes.project-status')
@endif
{{-- Agenda start --}}
@if(canViewUpdate('view agenda section'))
@include('settings.includes.agenda')
@endif
{{-- Google maps start --}}
@if(canViewUpdate('view Google Maps section'))
@include('settings.includes.google-maps')
@endif
{{-- Billing software start --}}
@if(canViewUpdate('view billing software section'))
@include('settings.includes.billing-software')
@endif
{{-- Internal project start --}}
@if(canViewUpdate('view internal projects section'))
@include('settings.includes.internal-projects')
@endif
{{-- Number of table lines start --}}
@if(canViewUpdate('view number of table lines section'))
@include('settings.includes.number-of-table-lines')
@endif
{{-- Project invoice to types --}}
@if(canViewUpdate('view project Invoice to types section'))
@include('settings.includes.project-invoice-types')
@endif
{{-- Free hours --}}
@if(canViewUpdate('view free hours / days section'))
@include('settings.includes.free-hours')
@endif
{{-- Application start --}}
@if(canViewUpdate('view application section'))
@include('settings.includes.application')
@endif
{{-- Google maps field --}}
@if($modules__->google_maps === 'yes' && canViewUpdate('view google maps field section'))
@include('settings.includes.google-maps-field')
@endif
{{-- Google cloud services start --}}
@if(canViewUpdate('view google cloud services section'))
@include('settings.includes.google-cloud-services')
@endif
{{-- Open task users start --}}
@if(canViewUpdate('view open tasks users section'))
@include('settings.includes.open-task-users')
@endif
{{-- Inbox - email notification --}}
@if(canViewUpdate('view inbox - email notification section'))
@include('settings.includes.inbox-email-notification')
@endif
{{-- Driver time blocks start --}}
@if(canViewUpdate('view drivers time blocks section'))
@include('settings.includes.driver')
@endif
{{-- Default answers start --}}
@if($modules__->default_answer === 'yes' && canViewUpdate('view default answers section'))
@include('settings.includes.default-answer')
@endif