@extends('welcome.welcome-layout') @section('style') @endsection @section('content')
{{--
--}}

Update your profile picture

@if(Session::has('user_pic')) mdo @else Profile @endif
{{ Session::get('user_name') }}
@csrf

Please upload a clear, recent headshot photograph. This image will be used to create your official staff ID badge, which is required when working within the homes.

@endsection @section('script') @endsection