@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
{!! Form::open(['class' => 'form-horizontal']) !!}
@if(count($holidays))
@else
@endif
{!! Form::close() !!}
Id | Occasion | Date From | Date To | Actions |
---|---|---|---|---|
{{$i+=1}} | {{$holiday->occasion}} | {{getFormattedDate($holiday->date_from)}} | {{getFormattedDate($holiday->date_to)}} |
|