@extends('frontend.layouts.app') @section('content') @php $terms = \App\Page::where('type', 'terms_conditions_page')->first(); @endphp

{{ $terms->getTranslation('title') }}

@php echo $terms->getTranslation('content'); @endphp
@endsection