array( 'file' => 'icons/duotune/coding/cod002.svg', 'color' => 'success' ), 'info' => array( 'title' => 'Media Device', 'description' => 'Voice and video recorder' ), 'date' => '5 day ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'success' ) ), array( 'icon' => array( 'file' => 'icons/duotune/general/gen024.svg', 'color' => 'danger' ), 'info' => array( 'title' => 'Special Meal', 'description' => 'Quona Rice' ), 'date' => '2 day ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'danger' ) ), array( 'icon' => array( 'file' => 'icons/duotune/maps/map004.svg', 'color' => 'primary' ), 'info' => array( 'title' => 'New Users', 'description' => 'Awesome Users' ), 'date' => '4 day ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'primary' ) ), array( 'icon' => array( 'file' => 'icons/duotune/abstract/abs027.svg', 'color' => 'warning' ), 'info' => array( 'title' => 'Active Customers', 'description' => 'Best Customers' ), 'date' => '1 day ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'warning' ) ), array( 'icon' => array( 'file' => 'icons/duotune/art/art007.svg', 'color' => 'info' ), 'info' => array( 'title' => 'Strawberry Boxes', 'description' => 'From Spain' ), 'date' => '7 day ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'info' ) ), ), // Tab 2 array( array( 'icon' => array( 'file' => 'icons/duotune/abstract/abs042.svg', 'color' => 'info' ), 'info' => array( 'title' => 'Strawberry Boxes', 'description' => 'From Spain' ), 'date' => '4 week ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'info' ) ), array( 'icon' => array( 'file' => 'icons/duotune/general/gen024.svg', 'color' => 'danger' ), 'info' => array( 'title' => 'Special Meal', 'description' => 'Quona Rice' ), 'date' => '2 week ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'danger' ) ), array( 'icon' => array( 'file' => 'icons/duotune/abstract/abs027.svg', 'color' => 'warning' ), 'info' => array( 'title' => 'Active Customers', 'description' => 'Best Customers' ), 'date' => '5 week ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'warning' ) ), ), // Tab 3 array( array( 'icon' => array( 'file' => 'icons/duotune/ecommerce/ecm002.svg', 'color' => 'success' ), 'info' => array( 'title' => 'Media Device', 'description' => 'Voice and video recorder' ), 'date' => '3 month ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'success' ) ), array( 'icon' => array( 'file' => 'icons/duotune/general/gen024.svg', 'color' => 'danger' ), 'info' => array( 'title' => 'Special Meal', 'description' => 'Quona Rice' ), 'date' => '5 month ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'danger' ) ), array( 'icon' => array( 'file' => 'icons/duotune/abstract/abs027.svg', 'color' => 'warning' ), 'info' => array( 'title' => 'Active Customers', 'description' => 'Best Customers' ), 'date' => '6 month ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'warning' ) ), array( 'icon' => array( 'file' => 'icons/duotune/abstract/abs042.svg', 'color' => 'info' ), 'info' => array( 'title' => 'Strawberry Boxes', 'description' => 'From Spain' ), 'date' => '4 month ago', 'badge' => array( 'label' => 'Delivered', 'color' => 'info' ) ), ) ); $loopIndex = 0; ?>
{!! theme()->getSvgIcon($row['icon']['file'], "svg-icon-2x svg-icon-" . $row['icon']['color']); !!}
|
{{ $row['info']['title'] }} {{ $row['info']['description'] }} | Ordered {{ $row['date'] }} | {{ $row['badge']['label'] }} |