@auth
{{ __('Go to Dashboard') }}
@else
{{ __('Log in') }}
@if (Route::has('register'))
{{ __('Create an account') }}
@endif
@endauth
@foreach ([
['icon' => 'clipboard-document-list', 'title' => __('Sales RMA Registration'), 'text' => __('Register cases with full job details, booking-in notes, and photo/attachment uploads.')],
['icon' => 'truck', 'title' => __('Supply Chain'), 'text' => __('Incoming and outgoing inspection with packaging condition, warranty checks, and reports.')],
['icon' => 'wrench-screwdriver', 'title' => __('Engineering'), 'text' => __('Daily work progress, status tracking, and testing updates for every case.')],
['icon' => 'chart-bar', 'title' => __('Gantt Tracker'), 'text' => __('Visual timeline of milestones, delays, and remarks across all open cases.')],
['icon' => 'presentation-chart-bar', 'title' => __('Dashboard'), 'text' => __('Live statistics and charts on case status, job type, warranty, and turnaround.')],
['icon' => 'shield-check', 'title' => __('Role-based Access'), 'text' => __('Admin, Sales, Supply Chain, Engineering, Management, and Vendor roles, each scoped to what they need.')],
] as $feature)
{{ $feature['title'] }}
{{ $feature['text'] }}
@endforeach