| # | Profile Image | Name | Designation | Company | Action |
|---|---|---|---|---|---|
| {{$index++}}. | {{$r->name??''}} | {{$r->designation??''}} | {{$r->company??''}} | ||
| No data found! | |||||
{!! $rows->appends(request()->query())->links('pagination::bootstrap-4') !!}
{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent
| # | Profile Image | Name | Designation | Company | Action |
|---|---|---|---|---|---|
| {{$index++}}. | {{$r->name??''}} | {{$r->designation??''}} | {{$r->company??''}} | ||
| No data found! | |||||