@extends('layouts.app')
@section('title','Reports')@section('page-title','Reports')
@section('content')
@foreach([['reports.sales','bi-graph-up-arrow','#FF6B35','Sales Report','Revenue, transactions, payment methods, top products, daily trends.'],['reports.inventory','bi-clipboard-data','#2EC4B6','Inventory Report','Stock levels, valuation by branch and category, low-stock alerts.'],['reports.profit','bi-currency-dollar','#4361EE','Profit & Margin Report','Gross profit per product, COGS analysis, margin percentages by branch.']] as [$route,$icon,$color,$title,$desc])
@endforeach
@endsection