@extends('layouts.admin') @section('title', 'View AYUSH Certification') @section('content_header')
| Client Name: | {{ $certification->client_name }} |
|---|---|
| Total: | {{ $certification->total }} |
| Status: | @if($certification->is_active) Active @else Inactive @endif |
| Created: | {{ $certification->created_at->format('F j, Y h:i A') }} |
| Updated: | {{ $certification->updated_at->format('F j, Y h:i A') }} |