@extends('website.layout') @section('title', 'Index') @section('content')

{{ $response->name }}

{{ $response->description }}

Post Image
{!! $response->excerpt !!} @if ($response->video_link)
@endif
@include('website.partials.footer') @endsection