Manage Waypoints
{{ Form::open( array('url' => action('LoginController@drive_mode'), 'method'=>'get', 'id' => 'searchForm') ) }}
{{ Form::close() }}
+
{{ Form::submit('Search', ['id' => 'searchBtn', 'class' => 'btn btn-primary']) }}
{{-- START ADD MODAL --}}
{{-- END ADD MODAL --}}
{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
Fatal error: Uncaught Error: Call to a member function links() on null in /home/rt66ugcom/public_html/admin/resources/views/drive_mode.blade.php:261 Stack trace: #0 {main} thrown in /home/rt66ugcom/public_html/admin/resources/views/drive_mode.blade.php on line 261