array( 'image' => 'stock/600x400/img-26.jpg', 'name' => 'Sant Extreanet Solution', 'specs' => 'HTML, JS, ReactJS' ), 'price' => '$2,790', 'deposit' => '$520', 'agent' => array( 'name' => 'Bradly Beal', 'position' => 'Insurance' ), 'status' => array( 'label' => 'Approved', 'color' => 'primary' ) ), array( 'product' => array( 'image' => 'stock/600x400/img-3.jpg', 'name' => 'Telegram Development', 'specs' => 'C#, ASP.NET, MS SQL' ), 'price' => '$4,790', 'deposit' => '$240', 'agent' => array( 'name' => 'Chris Thompson', 'position' => 'NBA Player' ), 'status' => array( 'label' => 'In Progress', 'color' => 'danger' ) ), array( 'product' => array( 'image' => 'stock/600x400/img-9.jpg', 'name' => 'Payroll Application', 'specs' => 'PHP, Laravel, VueJS' ), 'price' => '$4,390', 'deposit' => '$593', 'agent' => array( 'name' => 'Zoey McGee', 'position' => 'Ruby Developer' ), 'status' => array( 'label' => 'Success', 'color' => 'success' ) ), array( 'product' => array( 'image' => 'stock/600x400/img-18.jpg', 'name' => 'HR Management System', 'specs' => 'Python, PostgreSQL, ReactJS' ), 'price' => '$7,990', 'deposit' => '$980', 'agent' => array( 'name' => 'Brandon Ingram', 'position' => 'Insurance' ), 'status' => array( 'label' => 'Rejected', 'color' => 'info' ) ), array( 'product' => array( 'image' => 'stock/600x400/img-8.jpg', 'name' => 'Telegram Mobile', 'specs' => 'HTML, JS, ReactJS' ), 'price' => '$5,790', 'deposit' => '$750', 'agent' => array( 'name' => 'Natali Trump', 'position' => 'Insurance' ), 'status' => array( 'label' => 'Approved', 'color' => 'warning' ) ), ); ?>
Product | Price | Deposit | Agent | Status | |
---|---|---|---|---|---|
{{ $row['product']['name'] }}
{{ $row['product']['specs'] }}
|
{{ $row['price'] }} Paid | {{ $row['deposit'] }} Rejected | {{ $row['agent']['name'] }} {{ $row['agent']['position'] }} | {{ $row['status']['label'] }} | {!! 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") !!} |