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