lundi 25 janvier 2016

Laravel 5 triggering modal in view conditionally

I want to check if user is login, if so then display some content, else i want to click a url or call modal.

@if(Auth::check())
    .............if user registered display here
@else
   I want to click the link below automatically....OR Call a view
   <a class="signin_link" href="{{ action('Auth\AuthController@login') }}" rel="get:Loginform"><i class="fa fa-user" style="font-size:20px"></i></a>
@endif



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1JxWFCz
via IFTTT

Aucun commentaire:

Enregistrer un commentaire