@extends('layouts.app') @section('form-title') {{ __('Settings') }} @endsection @section('form-sub-title') {{ __('Company and application info') }} @endsection @section('breadcrumb') @endsection @section('content') @include('settings.open_task_users') @include('settings.inbox_notification_users') @include('settings.number_of_table_lines') @include('settings.driver_time_blocks')
@if(canViewUpdate('clear cache'))
@csrf
@endif
{{-- First 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
{{-- Second column start --}}
{{-- 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
{{-- Third column start --}}
{{-- 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
@endsection @push('child-scripts') @endpush