@extends('app') @section('title', $page_data->meta_title) @section('meta_keywords', $page_data->meta_keywords?? '') @section('meta_description', $page_data->meta_description?? '') @section('head') @endsection @php $tabc_course = \App\Courses::where('course_id',1)->first(); $food_course = \App\Courses::where('course_id',2)->first(); $bundle = \App\Bundles::where('id',1)->first(); @endphp @section('content')

{{ucwords(__('TABC Certification Fast'))}}
{{__('TABC Approved')}} ${{ number_format($tabc_course->temp_price,2) }}

@if(!Session::has('user_login')) {{strtoupper(__('start course now'))}} @endif
@if(!empty($page_information['tpl_txt_1']))

{!! unescape($page_information['tpl_txt_1']) !!}

@endif

{!! unescape($page_information['tpl_txt_1_1']) !!}

{!!__("

Texas Food Handlers Certification Fast!
Texas State Approved. No Test or Timers!
Only $:price. Click Here to Start Now

",['price'=>number_format($food_course->price,2)])!!}
{{__("WE ACCEPT")}}
@endsection @section('foot') @endsection