@extends('tenant.layouts.main') @section('title') Profile Management @endsection @section('content')

Profile Management

@csrf
{{-- --}}

Upload ID

@if ($profileData->document) {{$profileData->document}} @endif
@if(Session::has('success'))
@endif @endsection