@extends('provider.layout.app') @section('content')
Profile Manage Documents Update Location

{{ Auth::guard('provider')->user()->first_name }} {{ Auth::guard('provider')->user()->last_name }}

{{ strtoupper(Auth::guard('provider')->user()->status) }}

{{csrf_field()}}
your image
@endsection