@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Title | Name | Link | Index | Action | @if (count($activites) > 0) @php $i = $activites->perPage() * ($activites->currentPage() - 1) + 1; @endphp @foreach ($activites as $activity)||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $activity->title ?? '-' }} | {{ $activity->name ?? '-' }} | @if ($activity->link) {{ Str::limit($activity->link, 30) }} @else - @endif |
{{ $activity->index ?? '' }}
|
|||||
| No Data Found | |||||||||