Audio Prompts

{{ Form::open( array('url' => action('AudioController@addAudio'), 'method'=>'post', 'id' => 'searchForm','enctype' => 'multipart/form-data' )) }} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}

Navigation

@if(is_null($audios->navigation_started_audio))
@else
@endif Navigation Started Audio Link
@if(is_null($audios->navigation_paused_audio))
@else
@endif Navigation Paused Audio Link
@if(is_null($audios->navigation_unpaused_audio))
@else
@endif Navigation Un-Paused Audio Link
@if(is_null($audios->navigation_gps_signal))
@else
@endif GPS Signal Lost Audio Link

General

@if(is_null($audios->general_gps_lost))
@else
@endif GPS Lost Audio Link
@if(is_null($audios->general_no_data_connection))
@else
@endif No Data Connection Audio Link

Messaging

@if(is_null($audios->rt66ug_new_message))
@else
@endif RT66UG New Message Audio Link
@if(is_null($audios->rt66ug_new_message_in_chat))
@else
@endif RT66UG New Message (in Chat) Audio Link
@if(is_null($audios->rt66ug_message_sent))
@else
@endif RT66UG Message Sent Audio Link
@if(is_null($audios->poi_new_message))
@else
@endif POI New Message Audio Link
@if(is_null($audios->poi_new_message_in_chat))
@else
@endif POI New Message (in Chat)
@if(is_null($audios->poi_message_sent))
@else
@endif POI Message Sent Audio Link

Features

@if(is_null($audios->passport_collected) || empty($audios->passport_collected))
@else
@endif Passport Collected Audio Link
{{ Form::submit('Save', ['class' => 'btn btn-primary', 'style' => 'width:14.5%; margin-top:10px;']) }}






{{ Form::close() }}