{{$page_title->translate($page_title->title ?? '', $page_title->ar_title ?? '') ?? 'Certificates'}}
{!! $page_title->translate($page_title->description ?? '', $page_title->ar_description ?? '')!!}
@if(count($certificates_categories) > 0)
@foreach($certificates_categories as $key => $certificate_category)
@if(count($certificate_category->certificates) > 0)
@endif
@endforeach
@else
@include('frontend.nodata_found')
@endif
{{LangTranslate::translate($certificate_category->name ?? '', $certificate_category->ar_name ?? '')}}
@foreach($certificate_category->certificates as $ckey => $certificate)
Warning: Undefined variable $certificate in /home/caferout/public_html/ledray/resources/views/frontend/certificates.blade.php on line 37
Warning: Attempt to read property "thumb_image" on null in /home/caferout/public_html/ledray/resources/views/frontend/certificates.blade.php on line 37
@if($certificate->thumb_image && file_exists($thumb_image)) @else @endif
@endforeach
Warning: Undefined variable $certificate in /home/caferout/public_html/ledray/resources/views/frontend/certificates.blade.php on line 37
Warning: Attempt to read property "thumb_image" on null in /home/caferout/public_html/ledray/resources/views/frontend/certificates.blade.php on line 37
@if($certificate->thumb_image && file_exists($thumb_image)) @else @endif
{{LangTranslate::translate($certificate->title ?? '', $certificate->ar_title ?? '')}}