Waypoint Defaults

{{-- START ALERT BLOCK --}} @if (Session::has('successMessage')) @endif @if (Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
{{ Form::open(['route' => 'default_waypoint', 'files' => true]) }}
@if (!empty($default_waypoint->top_image)) @endif
@if (!empty($default_waypoint->top_image))
@endif
@if (!empty($default_waypoint->navigation)) @endif
@if (!empty($default_waypoint->navigation))
@endif
@if (!empty($default_waypoint->sub_navigation)) @endif
@if (!empty($default_waypoint->sub_navigation))
@endif
@if (!empty($default_waypoint->informational)) @endif
@if (!empty($default_waypoint->informational))
@endif
@if (!empty($default_waypoint->map)) @endif
@if (!empty($default_waypoint->map))
@endif
{{ Form::close() }}