@extends('layout') @section('title') {{ get_label('activity_log', 'Activity Log') }} - {{ get_label('calendar_view', 'Calendar View') }} @endsection @section('content')
{{ get_label('activity_calendar', 'Activity Calendar') }}
{{ get_label('statistics', 'Statistics') }}
  • {{ get_label('total', 'Total') }} 0
  • {{ get_label('created', 'Created') }} 0
  • {{ get_label('updated', 'Updated') }} 0
  • {{ get_label('deleted', 'Deleted') }} 0
  • {{ get_label('duplicated', 'Duplicated') }} 0
  • {{ get_label('uploaded', 'Uploaded') }} 0
  • {{ get_label('updated_status', 'Updated Status') }} 0
  • {{ get_label('updated_priority', 'Updated Priority') }} 0
  • {{ get_label('signed', 'Signed') }} 0
  • {{ get_label('unsigned', 'Unsigned') }} 0
  • {{ get_label('stopped', 'Stopped') }} 0
  • {{ get_label('started', 'Started') }} 0
  • {{ get_label('paused', 'Paused') }} 0
{{ get_label('activity_filters', 'Activity Filters') }}
@endsection