@extends('layouts.participant') @section('title') Lihat Profile @endsection @section('customStyle') @endsection @section('content')

PROFILE

Penghargaan

{{-- MODAL PENGHARGAAN --}}
@php $no = 1; @endphp @foreach ($data as $item) @endforeach
No Nama Penghargaan Prestasi Lembaga Tanggal Actions
{{ $no++ }} {{ $item->judul_penghar }} {{ $item->prestasi_penghar }} {{ $item->lembaga_penghar }} {{ \Carbon\Carbon::parse($item->tanggal_penghar)->format('d M Y') }}
@csrf
{{-- End Modal Penghargaan --}} {{-- End Edit Modal Penghargaan --}}
@endsection @section('script') @if (Session::has('status_penghar') && Session::get('status_penghar') == 'berhasil') @endif @if (Session::has('status_penghar') && Session::get('status_penghar') == 'gagal') @endif @endsection