@extends('layouts.side_bar')
@section('content')
--}} {{-- --}} {{-- --}} {{-- Add New Batch--}} {{-- --}} {{-- Import Excel File--}} {{-- --}} {{-- --}} {{-- Duplicate Data--}} {{-- --}} {{--
--}} {{--View All View Inactive Users
--}} {{----}} {{-- Search Batch Data--}} {{-- --}} {{-- --}} {{-- Search Batch Data--}} {{-- --}} {{--
--}} {{--| SL | Client Name | Batch Name | Assign Date | Valid Till | ACTION |
|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->client_name}} | {{ $row->batch_name }} | {{ $row->assign_date}} | {{ $row->valid_till}} | 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 | Client Name | Batch Name | Assign Date | Valid Till | ACTION |
|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->client_name}} | {{ $row->batch_name }} | {{ $row->assign_date}} | {{ $row->valid_till}} | 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--}} |