@if ( $user->hasRole( 'freelancer' ) )
@endif
@yield( 'content' )
@auth
@if( ! request()->routeIs([ 'messages' ] ) )
Please note: before you can apply for any jobs, you must first read and agree to the Wagely Contract for Workers.
@elseif ( $user->hasRole( 'employer' ) )Please note: before you can post any jobs, you must first read and agree to the Wagely Contract for Employers.
@endif