@extends('admin.layouts.sellermastersoyuz') @section('title', __('Shipping integrations | ')) @section('body')

{{ __('Shipping integrations') }}

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif {{-- ShipRocket --}}
{{ __('ShipRocket') }}
@csrf
{{ __('Stored encrypted at rest. Token is cached for 9 days.') }}
shiprocket_enable) checked @endif>
{{-- UPS --}}
{{ __('UPS') }}
@csrf

ups_sandbox) checked @endif>
ups_enable) checked @endif>
@endsection