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

PROFILE

Keahlian

{{-- MODAL KEAHLIAN --}}
@php $no = 1; @endphp @foreach ($data as $item) @endforeach
No Nama Keahlian Tingkat Actions
{{ $no++ }} {{ $item->nama_keah }} {{ $item->tingkat_keah }}
@csrf
@csrf @method('post')

Ketertarikan

{{-- End Modal Keahlian --}} {{-- End Edit Modal Keahlian --}}
@endsection @section('script') @if (Session::has('status_tarik') && Session::get('status_tarik') == true) @endif @endsection