{{-- START ALERT BLOCK --}}
@if (Session::has('successMessage'))
Warning: Invalid argument supplied for foreach() in /home/rt66ugcom/public_html/admin/resources/views/edit_drive_mode.blade.php on line 598
@if (is_null($user->audio_file))
@else
@endif
@if (is_null($user->audio_streamed))
@else
@endif
{{ Form::submit('Save', ['id' => 'ok', 'class' => 'btn btn-primary']) }}
{{ 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 --}}
{{ Form::open(['route' => 'edit_drive_mode', 'files' => true]) }}
Warning: Invalid argument supplied for foreach() in /home/rt66ugcom/public_html/admin/resources/views/edit_drive_mode.blade.php on line 598