@extends("admin.layouts.layout") @section("content")
@foreach ($data as $row) @endforeach
{{$modelName}} 所属产品 操作
{{ $row->name }} {{ $row->product->name }} @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete")
@include("public._pages")
@include("public._delete") @endsection @push("footer") @endpush