@extends('layouts.app') @section('content')
@php $months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; $periodType = request('period_type', 'monthly'); @endphp @if($periodType === 'yearly') Full Year {{ $year }} @else {{ $months[$month - 1] }} {{ $year }} @endif
Get AI-powered strategic recommendations based on the full year's performance
Strategic analysis and actionable recommendations
{{ $point['text'] }}
@else{{ $point['text'] }}
@endif{{ $rec['text'] }}
@else{{ $index + 1 }}. {{ $rec['text'] }}
@endif