@extends('provider.layout.app') @section('title') Provider {{ __('crud.navlinks.setting') }} @endsection @section('heading') Provider {{ __('crud.navlinks.setting') }} @endsection @section('content') {{-- Tabs Starting --}}
{{-- First Name --}} {{-- Last Name --}} {{-- Agent Id --}}
{{-- Email --}} {{-- Telephone --}}
{{-- Address --}} {{ auth()->user('provider')->address ?? '' }}
{{-- Tabs Ending --}} @endsection @include('components.telephoneImport') @push('endScripts') @endpush