@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 @section('content') @php $school_name = "ABC BARTENDING SCHOOL"; @endphp

{!!strtoupper(__('scheduled
state-wide classes'))!!}

{!!str_replace(['tabc'],['TABC'],ucfirst(__('All TABC/Food Handler classes listed are Texas State Approved & open to the public. Walk-ins are always welcome.')))!!}
{{strtoupper(__('time'))}}
{{str_replace(['tabc'],['TABC'],strtoupper(__('tabc class instructor')))}}
{{strtoupper(__('location'))}}
@foreach($module_data->where('status',1) as $class_schedule) @php //dump($class_schedule); @endphp @if($pre_date == $class_schedule->class_date)
@endif
@if($pre_date != $class_schedule->class_date)
@endif
@if($pre_date != $class_schedule->class_date)
{{ ucfirst(__(strtolower(date_format(date_create(unescape($class_schedule->class_date)),"l")))) }}
{{ date_format(date_create(unescape($class_schedule->class_date)),"m-d-Y") }}
@endif
@if($class_schedule->class_for != "")
{{ unescape($class_schedule->class_for)}}
@endif {{ date('h:i a', strtotime($class_schedule->class_time))}}
{{$class_schedule->instructor}}
{{unescape($class_schedule->location)}} @if($class_schedule->location == "ABC BARTENDING SCHOOL")
{{str_replace(['tabc','acb','bartending','school'],['TABC','ABC','Bartending','School'],__('tabc classes at abc bartending school are held every other thursday @ 7pm. if there is a holiday on monday, then we automatically move class to friday'))}}.
@endif
{{unescape($class_schedule->location_address)}}
@endforeach
@endsection @section('foot') /**/ // @endsection