@extends('layouts.app_pub') @push('css') @endpush @section('content')

Certificate Verification

{{-- {{ dd($certificates) }} --}}
Certificate Details
@if ($certificates != null)
This certificate has been verified. Please see the details below!
@else
No Certificate has been found!
@endif @endsection @push('js') @endpush