@props([ 'items' => [ [ 'icon' => 'primary', 'title' => '12 Invoices have been paid', 'time' => '12 min ago', 'description' => 'Invoices have been paid to the company', 'attachment' => [ 'icon' => 'pdf', 'label' => 'invoices.pdf' ] ], [ 'icon' => 'success', 'title' => 'Client Meeting', 'time' => '45 min ago', 'description' => 'Project meeting with john @10:15am', 'user' => [ 'avatar' => 'http://vuexy-vite.test/assets/img/avatars/1.png', 'name' => 'Lester McCarthy', 'role' => 'CEO of Pixinvent' ] ], [ 'icon' => 'info', 'title' => 'Create a new project for client', 'time' => '2 Days Ago', 'description' => '6 team members in a project', 'users' => [ ['avatar' => 'http://vuexy-vite.test/assets/img/avatars/1.png', 'name' => 'Vinnie Mostowy'], ['avatar' => 'http://vuexy-vite.test/assets/img/avatars/4.png', 'name' => 'Allen Rieske'], ['avatar' => 'http://vuexy-vite.test/assets/img/avatars/2.png', 'name' => 'Julee Rossignol'], ['avatar' => null, 'initials' => '+3'] ] ] ] ])
{{ $item['description'] }}
@isset($item['attachment']){{ $item['user']['name'] }}
{{ $item['user']['role'] }}