@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

@lang('provider.profile.update_location')

@include('common.notify')

{{ csrf_field() }}
@endsection @section('scripts') @endsection @section('styles') @endsection