@isset($stickerBoxAssignments) @foreach($stickerBoxAssignments as $item) @if($item->user->district_id != "") @else @endif @endforeach @endisset
Id @lang("labels.stickerbox.boxno") @lang("labels.stickerbox.quarter") @lang("labels.stickerbox.user") @lang("labels.stickerbox.assigned_date") @lang("labels.stickerbox.assigned_count") @lang("labels.stickerbox.return_date") @lang("labels.stickerbox.return_count") @lang("labels.stickerbox.used_count") @lang('labels.last_updated_at') @lang('labels.action')
{{ $item->id }} {{ $item->stickerBox->box_no }} {{ $item->stickerBox->term->year }} - Q{{ $item->stickerBox->term->quarter}}{{ $item->user->first_name }} {{ $item->user->last_name }} ({{ $item->user->district->name }}){{ $item->user->first_name }} {{ $item->user->last_name }}()@date($item->assigned_date) {{ $item->assign_count }} @date($item->return_date) {{ $item->return_count }} @if ($item->return_count > 0 ){{ $item->assign_count - $item->return_count }} @else 0 @endif / {{ $item->assign_count }} {{ $item->updated_at->diffForHumans() }} @if ($item->return_date == null) @endif
@isset($stickerBoxAssignments)
{{ $stickerBoxAssignments->links() }}
@endisset