@extends('app') @section('title', 'Thank you Page') @section('head') @endsection @section('content')

{!!__('You completed the final exam with a score of')!!} {{ \Session::get('exam_percentage')}} %

{!!__('The next page will provide you with your official TABC card valid for the next two years. It will be a downloadable PDF copy. Your employer may ask for a copy of it.')!!}

{!!__('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.')!!}

{!!__('Also, you will now be entered into the state-wide TABC database. TABC regulations require us to do it within 14 days but we typically get that done much sooner than that.')!!}

{!!__('You can also contact TABCfast.com by emailing here info@tabcfast.com with any questions regarding your TABC certification.')!!}

Congratulations on completing the course.

@if(!empty($course_))

{{ucfirst(__('follow this link to get food handler certified for only'))}} ${{ number_format($course_->price,2) }}

@endif {{--

@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

@endsection @section('foot') @endsection