@extends('layouts.app') @section('content')
# | {{translate('Name')}} | {{translate('Email')}} | {{translate('Phone')}} | {{translate('Role')}} | {{translate('Options')}} |
---|---|---|---|---|---|
{{$key+1}} | {{$staff->user->name}} | {{$staff->user->email}} | {{$staff->user->phone}} | {{$staff->role->name}} |
|