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

Records

Add Record
@foreach ($records as $record) @endforeach
CollectionDataActions
{{ $record->collection?->name }} {{ json_encode($record->data, JSON_UNESCAPED_SLASHES) }}
@endsection