@extends('admin.layouts.app') @section('title', 'Detail Sertifikat') @section('page-title', 'DETAIL SERTIFIKAT ANGGOTA') @section('styles') @endsection @section('content') @if(session('success'))
{{ $sertifikat->nomor_sertifikat }}{{ basename($sertifikat->file_sertifikat) }}
Download File @elseBelum ada file sertifikat
@endif