@extends('provider.layout.app') @section('content')
@lang('provider.profile.profile') @lang('provider.profile.manage_documents') @lang('provider.profile.update_location') @lang('provider.profile.wallet_transaction') @if(config('constants.card')==1) @lang('provider.card.list') @endif @lang('provider.profile.transfer') @if(config('constants.referral')==1) @lang('provider.profile.refer_friend') @endif
@include('common.notify')

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

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

{{csrf_field()}}
@php($language=get_all_language())
@endsection @section('scripts') @endsection