Audio Prompts
{{ Form::open( array('url' => action('AudioController@addAudio'), 'method'=>'post', 'id' => 'searchForm','enctype' => 'multipart/form-data' )) }}
@if(Session::has('successMessage'))
{{ Form::close() }}
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
Navigation
General
Messaging
@if(is_null($audios->rt66ug_new_message_in_chat))
@else
@endif RT66UG New Message (in Chat) Audio Link
@else
@endif RT66UG New Message (in Chat) Audio Link
Features
@if(is_null($audios->passport_collected) || empty($audios->passport_collected))
@else
@endif Passport Collected Audio Link
@else
@endif Passport Collected Audio Link
{{ Form::submit('Save', ['class' => 'btn btn-primary', 'style' => 'width:14.5%; margin-top:10px;']) }}
{{ Form::close() }}