@extends('layouts.app') @section('content')
Admin Dashboard

Manage {{ str($resource)->headline() }}

@csrf @foreach ($fillable as $field) @continue(in_array($field, ['password', 'assigned_to', 'attachment_path', 'resource_type'], true)) @endforeach
@foreach (array_slice($fillable, 0, 8) as $field)@endforeach @foreach ($items as $item) @foreach (array_slice($fillable, 0, 8) as $field) @endforeach @endforeach
ID{{ str($field)->headline() }}Actions
{{ $item->id }}{{ str((string) data_get($item, $field))->limit(60) }}
@csrf @method('delete')
{{ $items->links() }}
@endsection