@lang("content.filters")

@foreach($librarySigns as $i => $each) @if ($each->deleted_at) @continue @endif @php $users = listLibrarySignUsers($each, 2) @endphp @php $locations = listLibrarySignLocations($each, 2) @endphp @php $departments = listLibrarySignDepartments($each, 2) @endphp @php $positions = listLibrarySignPositions($each, 2) @endphp @endforeach
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 }}