@extends('layouts.app') @section('title', 'Transfer Order') @section('stitle', __('messages.TransferOrder')) @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

{{__('messages.EditTransferOrder')}}

@csrf
@endsection