@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')
{!! unescape($page_information['tpl_txt_1_1']) !!}