@extends('layout.master') @section('body-class', 'page-account-rmas') @push('header') {{-- --}} @endpush @section('content')
提交售后信息
{{ $orderProduct->name }}
{{ $orderProduct->price }} x {{ $orderProduct->quantity }}
@csrf {{-- {{ method_field('put') }} --}} @if (session('success')) @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@endsection @push('add-scripts') @endpush