@extends('Company.layout.master') @section('title', 'Gallery Management') @section('page_name', 'Gallery Management') @section('content') @php $stats = [ ['title' => 'Total Images', 'value' => $data->count(), 'icon' => 'bi-images', 'color' => 'primary'], ['title' => 'Albums', 'value' => '3', 'icon' => 'bi-folder', 'color' => 'success'], ['title' => 'New (Month)', 'value' => '12', 'icon' => 'bi-arrow-up-circle', 'color' => 'info'], ['title' => 'Storage', 'value' => number_format($totalSizeMB,2).' MB', 'icon' => 'bi-database', 'color' => 'warning'], ]; @endphp