@extends("admin.layouts.layout") @section("content")
@foreach ($data as $row) @endforeach
{{$modelName}} 所属分类 操作
{{ $row->title }} {{ $row->type ? $row->type->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