@extends('layouts.app') @section('title', 'Terms of Service') @section('content')

Terms of Service

{!! config_value('store_terms_of_service') !!}
@push('scripts') @endpush @endsection