@props(['ths', 'records', 'route', 'canEdit' => true, 'hasStatus' => true])
@foreach ($ths as $th) @endforeach @if ($hasStatus) @endif @forelse ($records as $record) @if (!empty($record->title)) @endif @if (!empty($record->domain)) @endif @if (!empty($record->name)) @endif @if ($hasStatus) @endif @empty @endforelse
{{ $th }}{{ admin_trans('active') }}{{ admin_trans('actions') }}
{{ $record->title }} {{ $record->domain }} {{ $record->name }}
{{ admin_trans('no_records') }}.
{{ $records->links() }}