@extends('site.layout.master') @section('content') {{ $record->sitepage->title }} {!! $record->sitepage->short_text !!} @csrf @if(Session::has('message')) {{ Session::get('title') }} {{ Session::get('message') }} @endif {{ $frontsetting->custom40 }} * {{ $frontsetting->custom41 }} {{ $frontsetting->custom42 }} * {{ $frontsetting->custom43 }} * {{ $frontsetting->custom44 }} {!! $record->sitepage->short_text_2 !!} @section('css') @endsection @section('js') @endsection @endsection
{!! $record->sitepage->short_text !!}