{{ __('report.libra_law_firm', [], $locale) }}
{{ __('report.report_title', [], $locale) }}
{{ $period }}
{{ __('report.generated_at', [], $locale) }}: {{ $generatedAt }}
{{ __('report.table_of_contents', [], $locale) }}
1.
{{ __('report.executive_summary', [], $locale) }}
2
2.
{{ __('report.user_statistics', [], $locale) }}
2
3.
{{ __('report.consultation_statistics', [], $locale) }}
3
4.
{{ __('report.timeline_statistics', [], $locale) }}
3
5.
{{ __('report.post_statistics', [], $locale) }}
4
6.
{{ __('report.trends_chart', [], $locale) }}
4
1. {{ __('report.executive_summary', [], $locale) }}
@if(count($executiveSummary) > 0)
{{ __('report.key_highlights', [], $locale) }}:
@foreach($executiveSummary as $highlight)
•
{{ $highlight }}
@endforeach
@endif
@if($previousMonth)
{{ __('report.compared_to_previous', [], $locale) }}
| {{ __('report.previous_consultations', [], $locale) }} |
{{ $previousMonth['consultations'] }} |
| {{ __('report.previous_clients', [], $locale) }} |
{{ $previousMonth['clients'] }} |
@else
{{ __('report.no_previous_data', [], $locale) }}
@endif
2. {{ __('report.user_statistics', [], $locale) }}
{{ __('report.new_clients', [], $locale) }}
{{ $userStats['new_clients'] }}
{{ __('report.total_active_clients', [], $locale) }}
{{ $userStats['total_active'] }}
{{ __('report.individual_clients', [], $locale) }}
{{ $userStats['individual'] }}
{{ __('report.company_clients', [], $locale) }}
{{ $userStats['company'] }}
3. {{ __('report.consultation_statistics', [], $locale) }}
{{ __('report.total_consultations', [], $locale) }}
{{ $consultationStats['total'] }}
{{ __('report.no_show_rate', [], $locale) }}
{{ $consultationStats['no_show_rate'] }}%
| {{ __('report.consultation_statistics', [], $locale) }} |
{{ __('report.total_consultations', [], $locale) }} |
| {{ __('report.approved', [], $locale) }} |
{{ $consultationStats['approved'] }} |
| {{ __('report.completed', [], $locale) }} |
{{ $consultationStats['completed'] }} |
| {{ __('report.cancelled', [], $locale) }} |
{{ $consultationStats['cancelled'] }} |
| {{ __('report.no_show', [], $locale) }} |
{{ $consultationStats['no_show'] }} |
| {{ __('report.consultation_types', [], $locale) }} |
{{ __('report.total_consultations', [], $locale) }} |
| {{ __('report.free', [], $locale) }} |
{{ $consultationStats['free'] }} |
| {{ __('report.paid', [], $locale) }} |
{{ $consultationStats['paid'] }} |
@if($charts['consultation_pie'])
{{ __('report.consultation_types', [], $locale) }}
@endif
4. {{ __('report.timeline_statistics', [], $locale) }}
{{ __('report.active_timelines', [], $locale) }}
{{ $timelineStats['active'] }}
{{ __('report.new_timelines', [], $locale) }}
{{ $timelineStats['new'] }}
{{ __('report.timeline_updates', [], $locale) }}
{{ $timelineStats['updates'] }}
{{ __('report.archived_timelines', [], $locale) }}
{{ $timelineStats['archived'] }}
5. {{ __('report.post_statistics', [], $locale) }}
{{ __('report.posts_this_month', [], $locale) }}
{{ $postStats['this_month'] }}
{{ __('report.total_published_posts', [], $locale) }}
{{ $postStats['total'] }}
6. {{ __('report.trends_chart', [], $locale) }}
@if($charts['trend_line'])
{{ __('report.consultation_trend', [], $locale) }}
@else
{{ __('report.chart_unavailable', [], $locale) }}
@endif