@extends('admin.layouts.master') @section('title', 'Records') @section('page-title', 'Records') @section('breadcrumbs')@endsection @section('content')

Records

Add Record
@forelse ($records as $record) @empty @endforelse
TenantCollectionDataActions
{{ $record->collection?->tenant?->name }} {{ $record->collection?->name }} {{ json_encode($record->data, JSON_UNESCAPED_SLASHES) }}
No records yet.
{{ $records->links() }}
@endsection