| @lang('user.name') | @lang('goals::goals.goal_type') | @lang('goals::goals.item_name') | @lang('goals::goals.target_amount') | @lang('goals::goals.reward') | @lang('goals::goals.actual_sales') | @lang('goals::goals.reward_taken') | @lang('goals::goals.percentage_done') | @lang('messages.action') | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $entry['user_name'] }} | {{ $entry['goal_type'] }} | {{ $entry['item_name'] }} | @if (isset($entry['target_amount']))@format_currency($entry['target_amount']) | @format_currency($entry['reward'] ?? 0) | @format_currency($entry['actual_sales']) | @else{{ $entry['target_qty'] }} | @format_currency($entry['reward'] ?? 0) | {{ $entry['actual_sales'] }} | @endif@format_currency($rewardTaken) | {{ round($entry['percentage'], 2) }}% |
Fatal error: Uncaught Error: Call to undefined function route() in /home/rooti/public_html/x.rooti.dev/Modules/Goals/Resources/views/goals/index.blade.php:98 Stack trace: #0 {main} thrown in /home/rooti/public_html/x.rooti.dev/Modules/Goals/Resources/views/goals/index.blade.php on line 98 |