File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/storage/views/994b687eb0af084604c7c1c888f97abe
<?php $__env->startSection('content'); ?>
<?php echo Form::open(['url' => '/kms/notifications/1', 'method' => 'PUT']); ?>
<div class="entity no-list">
<?php echo $__env->make('kms::section.notifications.partials.header',['save' => 1], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="entity-attributes">
<div class="entity-attribute entity-attribute-title">
Meldingen strandbad
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('water_temperature', 'Water temperatuur'); ?>
<?php echo Form::text('water_temperature', $notification->water_temperature ,[
'placeholder' => 'Wat is de watertemperatuur'
]); ?>
</div>
<div class="entity-attribute entity-attribute-separator"></div>
<?php /* Openingstijden */ ?>
<div class="entity-attribute entity-attribute-title">
Openingstijden
</div>
<div class="entity-attribute entity-attribute-comments">
<p>De openingstijden die hieronder worden ingevuld worden gebruikt voor uitlezingen in het meldingen blok. Laat leeg wanneer het bad gesloten is.</p>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_monday', 'Maandag'); ?>
<?php echo Form::text('hours_monday', $notification->hours_monday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_tuesday', 'Dinsdag'); ?>
<?php echo Form::text('hours_tuesday', $notification->hours_tuesday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_wednesday', 'Woensdag'); ?>
<?php echo Form::text('hours_wednesday', $notification->hours_wednesday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_thursday', 'Donderdag'); ?>
<?php echo Form::text('hours_thursday', $notification->hours_thursday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_friday', 'Vrijdag'); ?>
<?php echo Form::text('hours_friday', $notification->hours_friday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_saturday', 'Zaterdag'); ?>
<?php echo Form::text('hours_saturday', $notification->hours_saturday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('hours_sunday', 'Zondag'); ?>
<?php echo Form::text('hours_sunday', $notification->hours_sunday ,[
'placeholder' => '00:00 - 00:00 (laat leeg wanneer gesloten)'
]); ?>
</div>
</div>
</div>
<?php echo Form::close(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.kms', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>