@extends('site.inner') @section('title') {!! $testimonials->title !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! $testimonials->title !!} @endsection --}} @section('page_content')
{!! $testimonials->title !!}
{{$testimonials->title}}
{!! $testimonials->content !!}
@include('site.includes/sidebar')
@stop