@extends('layouts.app') @section('title', $type === 'to_supplier' ? __('app.return_to_supplier') : __('app.return_from_customer')) @section('content')

{{ $type === 'to_supplier' ? __('app.return_to_supplier') : __('app.return_from_customer') }}

{{ __('app.return_form_hint') }}

{{ __('app.back') }}
@php($returnRecord = $returnRecord ?? null)
@csrf @if($returnRecord) @method('put') @endif
1{{ __('app.mobile') }}
2{{ __('app.party') }}
3{{ __('app.finish') }}
{{ __('app.choose_mobile') }}
{{ __('app.party_information') }}
@if($type === 'to_supplier')
@else
@endif
{{ __('app.amount_reason') }}
@endsection