@extends('layouts.side_bar')
@section('content')
View All View Inactive Clients
| SL | Name | Address | Telephone Number | Person In Charge 1 | Person In Charge 2 | {{--Status | --}}ACTION | |
|---|---|---|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->name}} | {{ $row->address }} | {{ $row->tel_no}} | {{ $row->email}} | @if($row->person_incharge1!='null') {{ $row->person_incharge1}} @endif | @if($row->person_incharge2!='null') {{ $row->person_incharge2}} @endif | Activate {{-- Edit--}} {{-- @if($row->switch =="new")--}} {{-- START VOTE--}} {{-- @endif--}} {{-- @if($row->switch =="published")--}} {{-- VIEW RESULT--}} {{-- @endif--}} {{-- @if($row->switch =="hide")--}} {{-- VIEW RESULT--}} {{-- @endif--}} {{-- @if($row->switch =="hide")--}} {{-- UNHIDDEN--}} {{-- @endif--}} |
| SL | Name | Address | Telephone Number | Person In Charge 1 | Person In Charge 2 | {{--Status | --}}ACTION | |
|---|---|---|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->name}} | {{ $row->address }} | {{ $row->tel_no}} | {{ $row->email}} | @if($row->person_incharge1!='null') {{ $row->person_incharge1}} @endif | @if($row->person_incharge2!='null') {{ $row->person_incharge2}} @endif | Deactivate Edit {{-- @if($row->switch =="new")--}} {{-- START VOTE--}} {{-- @endif--}} {{-- @if($row->switch =="published")--}} {{-- VIEW RESULT--}} {{-- @endif--}} {{-- @if($row->switch =="finished")--}} {{-- PUBLISH RESULT--}} {{-- @endif--}} {{-- @if($row->switch =="finished")--}} {{-- VIEW RESULT--}} {{-- @endif--}} {{-- @if($row->switch =="published")--}} {{-- UNDO PUBLISH--}} {{-- @endif--}} |