@extends('layouts.auth')
@section('title') Edit Profile @endsection
@section('content')
@push('page_style')
@endpush
Home >>
Profile
@if(auth()->user()->isCompanySeller())
@if (empty($userObject->checkRequestStatus()))
Become a Verified
Seller
@else
{{$userObject->checkRequestStatus()}}
@endif
@endif
Edit Profile