@extends('layout.master') @section('body-class', 'page-account-rmas') @push('header') {{-- --}} @endpush @section('content')
{{-- --}}
{{ __('shop/account.rma.rma_form.index') }}
{{ $orderProduct->name }}
{{ $orderProduct->price }} x {{ $orderProduct->quantity }}
@csrf {{-- {{ method_field('put') }} --}} @if (session('success')) @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('rma_reason_id')) {{ $errors->first('rma_reason_id') }} @endif
@endsection @push('add-scripts') @endpush