Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel go back to previous page blade

//You can redirect back to previous page on Laravel Blade using

{{ url()->previous() }}

//Example below:

<a  href="{{ url()->previous() }}">
    <i class="fa fa-arrow-circle-o-left"></i>
    <span>Back</span>
</a>

  
 //And in Controller
  
 return redirect()->back();
Comment

PREVIOUS NEXT
Code Example
::  
::  
::  
Php ::  
Php :: how to test that function throws an exception in pest 
::  
:: get youtube thumbnail php 
::  
::  
Php ::  
::  
Php :: php json hjeader 
:: wordpress get site url 
::  
:: php get intersection of two arrays 
Php ::  
::  
Php ::  
::  
:: php tags 
::  
::  
Php ::  
Php ::  
::  
Php ::  
::  
:: Your Composer dependencies require the following PHP extensions to be installed: curl 
Php ::  
::  
ADD CONTENT
Topic
Content
Source link
Name
3+7 =