@extends('layouts.admin') @section('title') Profile Peserta @endsection @section('customStyle') @endsection @section('content')
{{--
Slideshow
Tambah --}}
Profile Peserta - Detail
Kembali
{{-- Tambah Peserta --}}

Penghargaan

@php $no = 1; @endphp @foreach ($detail->penghargaan as $item) @endforeach
No Nama Penghargaan Prestasi Lembaga Tanggal Gambar Keterangan
{{ $no++ }} {{ $item->judul_penghar }} {{ $item->prestasi_penghar }} {{ $item->lembaga_penghar }} {{ \Carbon\Carbon::parse($item->tanggal_penghar)->format('d M Y') }} {{ $item->ket_penghar }}
@endsection @section('script') @endsection