@extends('layouts.app') @push('styles') @endpush @section('content')
Reset
@forelse ($records as $record) @empty @endforelse
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') : '-' }}
Edit
No release records found.
{{ $records->links() }}
@endsection @push('scripts') @endpush