@extends('layout.template') @section('content')

List Pendaftaran Subud


@foreach($data as $d) @endforeach
No. Name Nametag Email Telepon Gender Country Section Dietary Program Date of Arrival Date of Departure
{{ $loop->iteration }} {{ $d->name }} {{ $d->nametag }} {{ $d->email }} {{ $d->telp }} {{ $d->gender }} {{ $d->country }} {{ $d->section }} {{ $d->diet }} {{ $d->program }} {{ date('d/m/Y', strtotime($d->date_arrival)) }} {{ date('d/m/Y', strtotime($d->date_departure)) }}
@endsection