{{ __('Edit Logistic Partner') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('hq_address')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror

Inactive partners cannot access authorization requests

@error('status')

{{ $message }}

@enderror

Partner Statistics

Total Users

{{ $partner->users_count ?? 0 }}

Managers

{{ $partner->managers_count ?? 0 }}

Agents

{{ $partner->agents_count ?? 0 }}

Created: {{ $partner->created_at->format('M d, Y') }} | Last Updated: {{ $partner->updated_at->format('M d, Y') }}

Cancel

Important Notes

  • All fields marked with * are required
  • Changing status to "Inactive" will prevent all partner users from accessing the system
  • Email changes will affect official communications
  • Partner statistics are updated in real-time