Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @if (\Auth::user()->isAdmin())
  2. @extends('layouts/dashboard')
  3. @section('dashboard_content')
  4. @else
  5. @extends('user.landowner-profile')
  6.  
  7. @section('sideContent')
  8. @endif
  9. <h1></h1>
  10. @stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement