@foreach($forms as $form) {{ $loop->iteration + (($forms->currentPage() ?? 0 ) - 1) * (($forms->perPage()?? 0) + 1 )}} {{ $form->Form->name }} {{ Str::limit($form->Form->desc, 30)}} {{ $form->Project->name }} {{ $form->Branch->name }} {{ $form->created_at }} {{__('messages.View')}} @endforeach