@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Sertifikat') @section('content')

Tables Sertifikat

Sertifikat
@if ($user->role == "Admin")
@foreach ($sertifikat as $record) @if ($record->sertifikat) @else @endif @endforeach
No Nama Sertifikat Actions
{{$loop->index + 1}} {{$record->nama}}LihatLihat
Upload
@csrf @method("DELETE")
@else

Sertifikat Keahlian

@if ($sertifikat[0]->sertifikat) Download Sertifikat @else Download Sertifikat @endif
@endif
@endsection