@extends('layouts.app')
@section('title', __('Productivity Report'))
@section('content_class', 'content-full')
@section('content')
@include('partials/empty', ['icon' => 'refresh', 'extra_class' => 'glyphicon-spin'])
@include('partials/include_datepicker')
@endsection
@section('javascript')
@parent
initReports();
@endsection
@section('body_bottom')
@parent
@include('reports::partials/scripts')
@endsection