@view('header', [ 'title' => 'Home' ]) @if (Auth::check()):

Welcome {{ Auth::user()->firstname }}!

Banq is very secure online banking system made to make you happy!

Check your accounts, transactions or create a new payment link:

Accounts Cards Transactions Payment Links @if (Auth::user()->role == Users::ROLE_ADMIN): Admin @endif
@else:

Welcome to Banq

Banq is very secure online banking system made to make you happy!

Login or register to use our services:

Login Register
@endif @view('footer')