@extends('backend.layouts.app') @section('title',__('label.view_certificate_title').' | '.env('APP_NAME')) @push('after-styles') @endpush @section('breadcrumb')
@endsection @section('content')
@csrf

{{ __('label.view_certificate_title') }}

@if($details?->status === 0)
@endif
@if($details?->status === 0) @endif
@endsection @section('after-scripts') @component('backend.layouts.components.validation')@endcomponent @endsection