@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Leave Type
Add
@php $slNumber = 1 @endphp @foreach ($leavetypes as $leavetype) {{-- edit modal --}} @endforeach
Sl Type Short Name Allocated Days Status Action
{{ $slNumber++ }} {{ $leavetype->name }} {{ $leavetype->short_name }} {{ $leavetype->default_allocation }} {{ ($leavetype->status == "1") ? "Active" : "Inactive" }}
{{-- add modal --}}
@endsection