@extends('frontend.layouts.frontend_master') @section('title', 'Terms Of Service') @section('content')
Terms Of Service {{ env('APP_NAME') }}

{{ $termsOfService->headline }}

{!! $termsOfService->description !!}

@endsection