array( 'image' => 'avatars/300-14.jpg', 'name' => 'Ana Simmons', 'skills' => 'HTML, JS, ReactJS' ), 'company' => array( 'name' => 'Intertico', 'skills' => 'Web, UI/UX Design' ), 'progress' => array( 'value' => '50', 'color' => 'primary' ) ), array( 'user' => array( 'image' => 'avatars/300-2.jpg', 'name' => 'Jessie Clarcson', 'skills' => 'C#, ASP.NET, MS SQL' ), 'company' => array( 'name' => 'Agoda', 'skills' => 'Houses & Hotels' ), 'progress' => array( 'value' => '70', 'color' => 'danger' ) ), array( 'user' => array( 'image' => 'avatars/300-5.jpg', 'name' => 'Lebron Wayde', 'skills' => 'PHP, Laravel, VueJS' ), 'company' => array( 'name' => 'RoadGee', 'skills' => 'Transportation' ), 'progress' => array( 'value' => '60', 'color' => 'success' ) ), array( 'user' => array( 'image' => 'avatars/300-20.jpg', 'name' => 'Natali Goodwin', 'skills' => 'Python, PostgreSQL, ReactJS' ), 'company' => array( 'name' => 'The Hill', 'skills' => 'Insurance' ), 'progress' => array( 'value' => '50', 'color' => 'warning' ) ), array( 'user' => array( 'image' => 'avatars/300-23.jpg', 'name' => 'Kevin Leonard', 'skills' => 'HTML, JS, ReactJS' ), 'company' => array( 'name' => 'RoadGee', 'skills' => 'Art Director' ), 'progress' => array( 'value' => '90', 'color' => 'info' ) ), ); ?>
|
Authors | Company | Progress | Actions |
---|---|---|---|---|
|
{{ $row['user']['name'] }}
{{ $row['user']['skills'] }}
|
{{ $row['company']['name'] }} {{ $row['company']['skills'] }} |
{{ $row['progress']['value'] }}%
|
{!! theme()->getSvgIcon("icons/duotune/general/gen019.svg", "svg-icon-3") !!} {!! theme()->getSvgIcon("icons/duotune/art/art005.svg", "svg-icon-3") !!} {!! theme()->getSvgIcon("icons/duotune/general/gen027.svg", "svg-icon-3") !!} |