@extends('layouts.side_bar')
@section('content')
| SL | Leave Name | Description | From/On | To | ACTION |
|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->name}} | {{ $row->description }} | {{ $row->from}} | {{ $row->to}} | Delete 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--}} |