@extends('app') @section('title', 'Thank you Page') @section('head') @endsection @section('content')
{!!ucfirst(__('congratulations! you have completed your dhsh food handler course'))!!}
{!!ucfirst(__('the next page will provide you with your official food handler card valid for the next two years. it will be a downloadable pdf copy. your employer may ask for a copy of it.'))!!}
{!!ucfirst(__('if at any time you need an additional copy of your certification you can login here at our website and find it located under the certificates tab of your profile. you can download a new pdf copy from there. you will be notified, via the email address you provided, two months prior to the expiration date of you current certificate. at that time, please return to tabcfast.com and get re-certified with us.'))!!}
{!!ucfirst(__('you can also contact tabcfast.com by emailing here info@tabcfast.com with any questions regarding your food handler certification.'))!!}
{!!ucfirst(__('congratulations on completing the course'))!!}.
{{--@dump($certificate)
--}} @if(!empty($certificate->certificate_name))$certificate->certificate_name,'action'=>'download']) }}' target='_blank' href='{{ route('user-certifcate',['name'=>$certificate->certificate_name,'action'=>'download']) }}'>Download your Certificate $certificate->certificate_name,'action'=>'view']) }}'>View your Certificate
@endif