@extends('layouts.app') @section('title', 'Staff Registration Detail') @section('content')
| Institution | {{ $order->institution->name ?? '--' }} |
|---|---|
| Ceremony | {{ $order->ceremony ? $order->ceremony->detail : 'N/A' }} |
| Full Name | {{ $order->full_name }} |
| Mobile | {{ $order->mobile }} |
| {{ $order->email }} | |
| Register Date | {{ dateFormat($order->updated_at, config('custom.dfyhia2')) }} |