@extends('layout') @section('h4-page', __("profile")) @section('contents')
| # | {{__("Name")}} | {{__("Action")}} |
|---|---|---|
| {{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} | {{ $item->fullname() }} | {{__("edit")}} |
| {{__("NoDataFound")}} | ||