@extends('layouts.app') @section('title', trans('profile.page.title')) @section('content') @php $primaryAddress = $dealer->addresses->firstWhere('is_primary', true) ?? $dealer->addresses->first(); @endphp
{{-- Sidebar --}} {{-- Main Content --}}
{{-- Account Information --}} {{-- Company Information --}} {{-- Representative Information --}} {{-- Financial Information --}} {{-- Business Information --}} {{-- Documents --}}
{{-- tab-content --}}
@endsection @push('scripts') @endpush