'svg/avatars/001-boy.svg', 'user' => array( 'name' => 'Brad Simmons', 'position' => 'Successful Fellas' ), 'paid' => '$200,500', 'progress' => array( 'value' => '+28%', 'color' => 'primary' ) ), array( 'image' => 'svg/avatars/018-girl-9.svg', 'user' => array( 'name' => 'Jessie Clarcson', 'position' => 'HTML, CSS Coding' ), 'paid' => '$1,200,000', 'progress' => array( 'value' => '+52%', 'color' => 'warning' ) ), array( 'image' => 'svg/avatars/047-girl-25.svg', 'user' => array( 'name' => 'Jessie Clarcson', 'position' => 'PHP, Laravel, VueJS' ), 'paid' => '$1,200,000', 'progress' => array( 'value' => '+52%', 'color' => 'danger' ) ), array( 'image' => 'svg/avatars/014-girl-7.svg', 'user' => array( 'name' => 'Natali Trump', 'position' => 'UI/UX Designer' ), 'paid' => '$3,400,000', 'progress' => array( 'value' => '-34%', 'color' => 'success' ) ), array( 'image' => 'svg/avatars/043-boy-18.svg', 'user' => array( 'name' => 'Kevin Leonard', 'position' => 'Art Director' ), 'paid' => '$35,600,000', 'progress' => array( 'value' => '+230%', 'color' => 'info' ) ), ), // Tab 2 array( array( 'image' => 'svg/avatars/018-girl-9.svg', 'user' => array( 'name' => 'Jessie Clarcson', 'position' => 'HTML, CSS Coding' ), 'paid' => '$1,200,000', 'progress' => array( 'value' => '+52%', 'color' => 'warning' ) ), array( 'image' => 'svg/avatars/014-girl-7.svg', 'user' => array( 'name' => 'Natali Trump', 'position' => 'UI/UX Designer' ), 'paid' => '$3,400,000', 'progress' => array( 'value' => '-34%', 'color' => 'success' ) ), array( 'image' => 'svg/avatars/001-boy.svg', 'user' => array( 'name' => 'Brad Simmons', 'position' => 'Successful Fellas' ), 'paid' => '$200,500', 'progress' => array( 'value' => '+28%', 'color' => 'primary' ) ), ), // Tab 3 array( array( 'image' => 'svg/avatars/047-girl-25.svg', 'user' => array( 'name' => 'Jessie Clarcson', 'position' => 'HTML, CSS Coding' ), 'paid' => '$1,200,000', 'progress' => array( 'value' => '+52%', 'color' => 'danger' ) ), array( 'image' => 'svg/avatars/014-girl-7.svg', 'user' => array( 'name' => 'Natali Trump', 'position' => 'UI/UX Designer' ), 'paid' => '$3,400,000', 'progress' => array( 'value' => '-34%', 'color' => 'success' ) ), array( 'image' => 'svg/avatars/043-boy-18.svg', 'user' => array( 'name' => 'Kevin Leonard', 'position' => 'Art Director' ), 'paid' => '$35,600,000', 'progress' => array( 'value' => '+230%', 'color' => 'info' ) ), array( 'image' => 'svg/avatars/001-boy.svg', 'user' => array( 'name' => 'Brad Simmons', 'position' => 'Successful Fellas' ), 'paid' => '$200,500', 'progress' => array( 'value' => '+28%', 'color' => 'primary' ) ), ) ); $loopIndex = 0; ?>
|
{{ $row['user']['name'] }} {{ $row['user']['position'] }} | Paid {{ $row['paid'] }} | {{ $row['progress']['value'] }} | {!! theme()->getSvgIcon("icons/duotune/arrows/arr064.svg", "svg-icon-2"); !!} |