| Branch Code |
Branch |
Upload Count | Details |
|
|---|---|---|---|---|
| {{ $b->branch_code }} | {{ $b->branch_name }} | @if($b->pos_units->count() == 0) NO REGISTERED POS UNIT @else $b->file_information->count() != $b->pos_units->count(), 'text-success' => $b->file_information->count() == $b->pos_units->count()])> @if($b->pos_units->where('is_enabled', true)->count() == 0) POS UNIT(S) DISABLED @else {{$b->file_information->count().' / '.$b->pos_units->where('is_enabled', true)->count() }} @endif @endif |
Branch Code: {{ $b->branch_code }} Branch: {{ $b->branch_name }} Upload Count: $b->pos_units->count() == 0, 'text-danger' => $b->pos_units->count() > 0 && $b->file_information->count() != $b->pos_units->count(), 'text-success' => $b->pos_units->count() > 0 && $b->file_information->count() == $b->pos_units->count()])> @if($b->pos_units->count() == 0) NO REGISTERED POS UNIT @else @if($b->pos_units->where('is_enabled', true)->count() == 0) POS UNIT(S) DISABLED @else {{$b->file_information->count().' / '.$b->pos_units->where('is_enabled', true)->count() }} @endif @endif |
|
| NO DATA | ||||