@extends('layouts.app') @push('datatable-styles') @include('sections.daterange_css') @endpush @push('styles') @endpush @section('filter-section')
@if ($viewOverviewDashboard == 'all') @endif @if ($viewProjectDashboard == 'all') @endif @if ($viewClientDashboard == 'all') @endif @if ($viewHRDashboard == 'all') @endif @if ($viewTicketDashboard == 'all') @endif @if ($viewFinanceDashboard == 'all') @endif
@endsection @section('content')
@if ($global->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 @if (!is_null($global->last_cron_run)) @if (\Carbon\Carbon::now()->diffInHours($global->last_cron_run) > 48)
@lang('messages.cronIsNotRunning')
@endif @else
@lang('messages.cronIsNotRunning')
@endif
@include($view)
@endsection @push('scripts') @endpush