@extends('layouts.dealer.app') @section('title', trans('terms_of_services.page.title')) @section('content')

@lang('terms_of_services.page.heading')

{!! $term->content !!}

@endsection