@include( 'partials.header' ) @if( isset( $saveDialog ) && $saveDialog ) @push('scripts') @endpush @endif
@include( 'partials.sidebar' )
@if ( ! isset( $user->meta->contract_signed ) || ! $user->meta->contract_signed )
@if ( $user->hasRole( 'freelancer' ) )

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
@endif @yield( 'content' ) @auth @if( ! request()->routeIs([ 'messages' ] ) ) @endif @endauth
@include( 'partials.footer' )