{{-- --}}
@php $columns = [ ['label' => 'Id', 'column' => 'id', 'sort' => true], ['label' => 'Name', 'column' => 'firstname', 'sort' => true], ['label' => 'Email', 'column' => 'email', 'sort' => true], ['label' => 'Telephone', 'column' => 'phone', 'sort' => true], ['label' => 'Message', 'column' => 'comments', 'sort' => false], ['label' => 'Actions', 'column' => 'action', 'sort' => false], ]; @endphp @foreach ($vendor as $key => $item) {{-- --}} {{ $item->id }} {{ $item->firstname }} {{ $item->email }} {{ $item->phone }} {{ $item->comments }} @endforeach