{{-- @extends('admin::layouts.master')
@section('title', '退换货原因')
@section('content')
| ID |
名称 |
操作 |
@foreach ($rmaReasons as $rmaReason)
| {{ $rmaReason->id }} |
{{ $rmaReason->name }} |
查看 |
@endforeach
@endsection
@push('footer')
@endpush --}}
@extends('admin::layouts.master')
@section('title', __('admin/common.rma_reasons_index'))
@section('content')
| ID |
{{ __('common.name') }} |
{{ __('common.action') }} |
| @{{ language.id }} |
@{{ language.name }} |
|
{{--
--}}
@{{lang.name}}
{{ __('common.save') }}
{{ __('common.cancel') }}
@endsection
@push('footer')
@include('admin::shared.vue-image')
@endpush