@include('logbook::iame_detail.partial.header')
@include('logbook::iame_detail.partial.aside')
{{$iame_detail->title}}

{!! $iame_detail['id'] !!}

{!! $iame_detail['float_plan_id'] !!}

{!! $iame_detail['radio_communication_message_sent_time'] !!}

{!! $iame_detail['radio_communication_message_received_time'] !!}

{!! $iame_detail['radio_communication_message_sent_details'] !!}

{!! $iame_detail['radio_communication_message_received_details'] !!}

{!! $iame_detail['incidents_medical_time'] !!}

{!! $iame_detail['incidents_other_time'] !!}

{!! $iame_detail['incidents_medical_details'] !!}

{!! $iame_detail['incidents_other_details'] !!}

{!! $iame_detail['user_id'] !!}

{!! $iame_detail['user_type'] !!}

{!! $iame_detail['created_at'] !!}

{!! $iame_detail['updated_at'] !!}

{!! $iame_detail['deleted_at'] !!}
{!! Form::numeric('float_plan_id') -> label(trans('logbook::iame_detail.label.float_plan_id')) -> placeholder(trans('logbook::iame_detail.placeholder.float_plan_id'))!!}
{!! Form::text('radio_communication_message_sent_time') -> placeholder(trans('logbook::iame_detail.placeholder.radio_communication_message_sent_time')) -> raw()!!}
{!! Form::text('radio_communication_message_received_time') -> placeholder(trans('logbook::iame_detail.placeholder.radio_communication_message_received_time')) -> raw()!!}
{!! Form::text('radio_communication_message_sent_details') -> label(trans('logbook::iame_detail.label.radio_communication_message_sent_details')) -> placeholder(trans('logbook::iame_detail.placeholder.radio_communication_message_sent_details'))!!}
{!! Form::text('radio_communication_message_received_details') -> label(trans('logbook::iame_detail.label.radio_communication_message_received_details')) -> placeholder(trans('logbook::iame_detail.placeholder.radio_communication_message_received_details'))!!}
{!! Form::text('incidents_medical_time') -> placeholder(trans('logbook::iame_detail.placeholder.incidents_medical_time')) -> raw()!!}
{!! Form::text('incidents_other_time') -> placeholder(trans('logbook::iame_detail.placeholder.incidents_other_time')) -> raw()!!}
{!! Form::text('incidents_medical_details') -> label(trans('logbook::iame_detail.label.incidents_medical_details')) -> placeholder(trans('logbook::iame_detail.placeholder.incidents_medical_details'))!!}
{!! Form::text('incidents_other_details') -> label(trans('logbook::iame_detail.label.incidents_other_details')) -> placeholder(trans('logbook::iame_detail.placeholder.incidents_other_details'))!!}