| No | @lang("content.station") | @lang("content.departments") | @lang("content.positions") | @lang("content.staff") | @lang("content.created") | |
|---|---|---|---|---|---|---|
| @lang("content.user") | @lang("content.datetime") | |||||
| {{ $i + 1 }} |
@if ($locations && count($locations))
@foreach($locations as $j => $item)
{{ ($j + 1).". ".$item }} @endforeach @endif |
@if ($departments && count($departments))
@foreach($departments as $j => $item)
{{ ($j + 1).". ".$item }} @endforeach @endif |
@if ($positions && count($positions))
@foreach($positions as $j => $item)
{{ ($j + 1).". ".$item }} @endforeach @endif |
@if ($users && count($users))
@foreach($users as $j => $item)
{{ ($j + 1).". ".$item }} @endforeach @endif |
{{ getUserName($each->user) }} | {{ $each->created_at }} |