@extends('layouts.app') @push('styles') @endpush @section('content')
| ID | General ID | Child Name | Collected Date | Officer | Updated | Actions |
|---|---|---|---|---|---|---|
| {{ $record->id }} | {{ $record->general_id ?: '-' }} | {{ $record->child_name_nickname ?: '-' }} | {{ $record->collected_date ? $record->collected_date->format('d-m-Y') : '-' }} | {{ $record->child_program_officer_name ?: '-' }} | {{ $record->updated_at ? $record->updated_at->format('d-m-Y H:i') : '-' }} | |
| No release records found. | ||||||