@extends('frontend.layouts.app') @section('content') @php $terms = \App\Page::where('type', 'terms_conditions_page')->first(); @endphp {{ $terms->getTranslation('title') }} {{ translate('Home')}} "{{ translate('Terms & conditions') }}" @php echo $terms->getTranslation('content'); @endphp @endsection