@extends('layout') @section('pageCss') @endsection @section('pageScripts') @endsection @section('title') Edit {{ $policy->name }} @endsection @section('content')
{!! csrf_field() !!}
requires_attachment) checked @endif> Yes requires_attachment) checked @endif> No
@if($page->type == 'hr')
@elseif($page->type='leave')
deductible) checked="checked" @endif> Yes deductible) checked="checked" @endif> No
hides_balance) checked="checked" @endif> Yes hides_balance) checked="checked" @endif> No
deductible) disabled="disabled" @endif placeholder="Days.." value="{{$policy->days}}">
@endif
All Departments Custom
All Groups Custom
@if($page->settings->require_religion)
All Religions Custom
@endif
Months
Line Managers Authority
Manage Order
    @foreach(str_getcsv($policy->line_managers,',') as $line) @if($line != '')
  • @if($line == 'approve' || $line == 'review') Line Manager#: {{ ($i + 1) }} {{ucfirst($line)}} @else HR Administrator @endif
  • @endif @endforeach
@endsection