Manage Navigation Routes
{{-- 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/navigation_routes.blade.php:38 Stack trace: #0 {main} thrown in /home/rt66ugcom/public_html/admin/resources/views/navigation_routes.blade.php on line 38