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

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@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
Cancel

Partner Information

  • All fields marked with * are required
  • Partner name should be the official company name
  • Email will be used for official communications
  • Phone number should include country code
  • Set status to "Inactive" to prevent partner users from accessing the system