@extends('layouts.app') @push('datatable-styles') @include('sections.daterange_css') @endpush @push('styles') @endpush @section('filter-section')
@if ($viewOverviewDashboard == 'all')
@endif @if (in_array('projects', user_modules()) && $viewProjectDashboard == 'all')
@endif @if (in_array('clients', user_modules()) && $viewClientDashboard == 'all')
@endif @if ($viewHRDashboard == 'all')
@endif @if (in_array('tickets', user_modules()) && $viewTicketDashboard == 'all')
@endif @if ($viewFinanceDashboard == 'all')
@endif
@if (isset($widgets))
@lang('modules.dashboard.dashboardWidgets')
@foreach ($widgets as $widget) @php $wname = \Illuminate\Support\Str::camel($widget->widget_name); @endphp
status) checked @endif type="checkbox">
@lang('modules.dashboard.' . $wname)
@endforeach @if (count($widgets) % 2 != 0)
@endif
@lang('app.save')
@endif
@endsection @section('content')
@if (global_setting()->system_update == 1) @php $updateVersionInfo = \Froiden\Envato\Functions\EnvatoUpdate::updateVersionInfo(); @endphp @if (isset($updateVersionInfo['lastVersion']))
@lang('modules.update.newUpdate')
{{ $updateVersionInfo['lastVersion'] }}
@lang('modules.update.updateNow')
@endif @endif @include('dashboard.cron')
@include($view)
@endsection @push('scripts') @endpush