@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')

{{ $page }}

{!! getContent('TERMS_AND_CONDITIONS') !!}
@endsection