Monitor Settings
@if (Session::has('dangerMessage') || count($errors))
@endif
@if (Session::has('success'))
{{-- {!! Form::submit('Update', ['class' => 'btn btn-info']) !!}
{!! Form::close() !!} --}}
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
{{-- {{ Form::open( array('url' => action('LiveController@add_monitor_settings'), 'method'=>'post', 'enctype' => 'multipart/form-data' )) }}
--}}
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
×
@endif
{{ Session::get('success') }}
Latitude | Longitude | Radius | |
---|---|---|---|