Daftar Tenant
{{ session('success') }}
@endif
| No | Nama | Foto | Website | Link Terkait | Aksi | ||
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $tenant->name }} |
@if ($tenant->photo)
|
@if ($tenant->instagram) IG @else - @endif | @if ($tenant->linkedin) Website @else - @endif | @if ($tenant->gmail) ๐ Link @else - @endif | ||
|
Belum ada tenant.
|
|||||||
@if ($tenant->photo)
@else
@endif
{{ $tenant->name }}
#{{ $loop->iteration }}
@if ($tenant->instagram)
Instagram
@endif
@if ($tenant->linkedin)
๐ Website
@endif
@if ($tenant->gmail)
๐ Link
@endif
Menampilkan {{ $from }}โ{{ $to }}
dari {{ $total }} tenant
@if ($lastPage > 1)
@endif
@endif
@endif