@extends('layouts.side_bar') @section('content')

{{-- --}} Leave Management Dashboard
Add New Leave


Leave Management Dashboard

{{-- --}}{{-- end--}} {{--
--}} {{-- --}} {{-- show lecturer--}} {{-- --}} {{-- --}} {{-- --}}
All Leaves
@foreach($leaves as $row) @endforeach
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--}}
@endsection