@php $posts = DB::table('posts')->where('page', 'Class')->where('active', 'on')->get();@endphp @extends('layouts.master') @section('main_content') {{-- --}} {{$posts[0]->sub_title}} {{$posts[0]->title}} @include('_banner_menu') {!! $posts[0]->short_description !!} @php $classes = DB::table('classes')->where('active', 'on')->get(); @endphp @foreach ($classes as $item) {{$item->date_time}} {{$item->title}} {{$item->short_description}} {{$item->link_title}} Learn More @endforeach @endsection
{!! $posts[0]->short_description !!}
{{$item->short_description}}