@extends('backend.index') @section('content')

Registration Details

@foreach($records as $record) @endforeach
ID Name Phone Registration Form Aadhaar Card Passport Size Photos Sakshyapathram Police Certificate Doctor Certificate Mudra Paper Actions
{{ $record->id }} {{ $record->name }} {{ $record->phone }} Download Download @foreach(json_decode($record->passport_photos) as $photo) Download
@endforeach
Download Download Download Download
@csrf @method('DELETE')
@endsection