@extends('admin.layout.master') @section('content') @include('flash-message')
{{__('obs.holiday_list')}}
{{-- --}} @php($i = 1) @if (!empty($allhoilday)) @foreach ($allhoilday as $item) {{-- @if ($item->depend_on == 1) @elseif($item->depend_on == 2) @endif --}} @if ($item->status == 1) @else @endif @endforeach @endif
# {{__('obs.name')}} {{__('obs.date')}} {{__('obs.end_date')}} {{__('obs.total_days')}}Depend On Moon {{__('obs.description')}} {{__('obs.status')}} {{__('obs.action')}}
{{ $i++ }} {{ $item->name }} {{ $item->start_date }} {{ $item->end_date }} {{ $item->total_days }}YesNot{{ $item->description }}

{{__('obs.active')}}

{{__('obs.inactive')}}

{{-- --}}
@include('payroll.admin.holidays.form.add_holiday') @endsection @section('script') @endsection