@extends('agent.layout.app')
@section('title')
Provider {{ __('crud.navlinks.setting') }}
@endsection
@section('heading')
Provider {{ __('crud.navlinks.setting') }}
@endsection
@section('content')
{{-- Tabs Starting --}}
{{-- Telephone --}}
{{-- Address --}}
{{ auth()->user('agent')->address ?? '' }}
{{-- Old Password --}}
{{-- New Password --}}
{{-- Confirm New Password --}}
{{-- Tabs Ending --}}
@endsection
@include('components.telephoneImport')
@push('endScripts')
@endpush