@extends('frontend.layouts.master') @section('content')

{{ $record->heading }}

{{ $record->sub_heading }}

{{ $record->heading }}

{!! $record->details !!}
@endsection