@extends('layouts.app') @section('content')
@include('layouts.includes.header')

Business Details

Change RTO Address

Let us know at which address you would like to recieve your RTO orders which works best for your buisness
{!! Form::open(array('url'=>'company/rto_address')) !!} {{ csrf_field() }}

NOTE: This will work only for shipments which are shipped through Delhivery, Ecomm and Xpressbee. This will be applicable for all your shipments.

Please select the address location at which you would like to recieve the RTO orders
{!! Form::close() !!}
@endsection