@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

SCHEDULED
STATE-WIDE CLASSES

CURRENT SCHEDULE OF CLASSES
All TABC/Food Handler classes listed are
open to the public, and walk-ins are always welcome.
TIME
TABC Class Instructor
LOCATION
@foreach($module_data 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)
{{ 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")
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
Any coupon or voucher issued by Texas Best Comics will be accepted as well
@endsection @section('foot') /**/ // @endsection