{{-- Template Name: Research --}} @extends('layouts.content-only') @section('content') @while(have_posts()) @php the_post() @endphp

{!! get_the_title() !!}

@php the_content() @endphp
@endwhile @endsection