@extends('employer.layouts.app') @section('content')

Welcome, {{ auth()->guard('employer')->user()->name }}

@endsection