@extends('layouts.app') @section('page-title', __('Compliance Document')) @section('page-heading', __('Compliance Document')) @section('breadcrumbs')
@lang('Category'): {{ $compliance->category?->name }}
@lang('Reference'): {{ $compliance->reference_number }}
@lang('Expiry'): {{ $compliance->expiry_date?->format('d M Y') }}
@lang('Status'): {{ ucfirst(str_replace('_', ' ', $compliance->status_for_display)) }}
@lang('Description'): {{ $compliance->description }}
@if($compliance->document_path) @lang('Download document') @endif| @lang('Renewed on') | @lang('Notes') |
|---|---|
| {{ $renewal->renewed_on->format('d M Y') }} | {{ $renewal->notes }} |
| @lang('No renewal history yet.') | |