@extends('admin.sidebar') @section('content') {{-- TABLE --}}
Data Pengalaman
@include('message')
Tambahkan Pengalaman @foreach ($sertifikat as $item) @endforeach
Kejuaraan Pengalaman pelatih Prestasi Sertifikat Action
{{ $item->nama_kejuaraan }} {{ $item->pengalaman_melatih }} {{ $item->capaian_prestasi }} @if ($item->sertifikat == '') Lihat Sertifikat @else Lihat Sertifikat @endif
{{-- TABLE --}} {{-- Modal STORE Sertifikat||START|| --}} {{-- Modal STORE Sertifikat||END|| --}} {{-- Modal UPDATE Sertifikat||START|| --}} {{-- Modal UPDATE Sertifikat||END|| --}} {{-- Modal DESTROY sertifikatpelatih||START|| --}} {{-- Modal DESTROY sertifikatpelatih||END|| --}} {{-- script --}} @push('script-modal') @endpush {{-- script --}} @endsection