@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
{{-- {{ $data }} --}} {!! Form::open(['files' => 'false', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}
{!! Form::label('Effect Date', 'Effect Date', ['class' => 'control-label']) !!}

{{ $errors->error->first('effect_date') }}

{{-- {!! Form::label('holiday_type', 'Holiday Type', ['class' => 'control-label']) !!} --}}

{{ $errors->error->first('holiday_type') }}

{{-- Govt Holiday --}}
@foreach ($data->govt_holiday_chilren as $item) @if ($data['view']) @else @endif @endforeach
Holiday Name Date
@if (!$data['view']) {!! Form::submit('Edit', ['id' => 'add', 'class' => 'btn btn-info']) !!} @endif Close
{!! Form::close() !!}
@section('footerAssets') @endsection
@endsection