@extends('admin::layout.default') @section('content') @include('plugin.services::heading')
@component('admin::blocks.card') @slot('title') {{ trans('admin.LIST') }} @endslot @slot('actions') @endslot @include('admin::blocks.notification_error') @foreach($table as $row) @endforeach
{{ trans('admin.OPTIONS') }} {{ trans('admin.TITLE') }} {{ trans('admin.VISIBLE') }}
{{ $row->headline ?? null }} @if ($row->active == 'Y') @else @endif
@endcomponent
@endsection @section('footer-addon') @append