@extends('layouts.dmeadmin.master') @section('user_nautical_manage') active @endsection @section('content')
Nautical Almanace
{{ Form::open(array('id'=>'nautical-almance','class'=>'form form-horizontal')) }}
1992 2017 2018
Sun Mars Jupiter Saturn Venus Aries Moon Stars
{{ Form::select('month',$monthName,'',array('class'=>'form-control m-b monthnautical','placeholder'=>'Flag')) }}
{{ Form::selectRange('date', 0, 31 , 0, ['class'=>'form-control m-b daynautical']); }}
{{ Form::close() }}
Altitude correction table
@if(count($altituderecord)>0) @foreach($altituderecord as $val) @endforeach @else {{ "" }} @endif
Altitude Range Lower Limb Upper Limb Time
{{ $range_alt }} {{ $val->lowerlimb }} {{ $val->upperlimb }} {{ $blk }}

Oops.! No Records Found !!

DIP
@if(count($diprecord)>0) @foreach($diprecord as $val) @endforeach @else {{ "" }} @endif
Height of Eye (m) Height of Eye (ft) Correction
{{ $val->eyerangefrom_mtr ." -- ". $val->eyerangeto_mtr }} {{ $val->eyerangefrom_ft ." -- ". $val->eyerangeto_ft }} {{ $val->correction }}

Oops.! No Records Found !!

Increment & Correction
{{ Form::open(array('id'=>'incremental','class'=>'form form-horizontal')) }}
{{ Form::close() }}
V & D Correction
{{ Form::open(array('id'=>'correction','class'=>'form form-horizontal')) }}
{{ Form::close() }}
@stop