@extends('blog::_layouts.master') @section('title', __('messages.global.terms_of_service')) @section('content') {{-- Header --}} @include('landing::terms/_includes/header') {{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#ffffff']) {{-- Content --}} @include('landing::terms/_includes/content') {{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#ffffff']) @endsection