@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Manage Employee Leave
Add New
@csrf

@php $count = 1; @endphp @foreach ($tbl_leaves as $tbl_leave) @endforeach
Sl Employee Leave Type Date Range Days Status Action
{{ $count++ }} {{ $tbl_leave->emp_name }} {{ $tbl_leave->leavetype_name }} {{ $tbl_leave->from_date }} - {{ $tbl_leave->to_date }} {{ $tbl_leave->days }} {{ $tbl_leave->leave_status }}
{!! $tbl_leaves->links() !!}
@push('select2') @endpush @endsection