@extends('frontend.layouts.app') @section('title', "Knewton Testimonials") {{-- @section('description', $page->seo_description) @section('keywords', $page->seo_keywords) --}} @if (!empty($page->image)) @section('image', $page->image) @endif @push("style") @endpush @section('content') @include('frontend.common.header') Testimonials @push("script") @endpush @include('frontend.block.subscribe') @endsection