@extends('layouts.public') @section('title') {{trans('seo.title.privacy-policy')}} @endsection @section('content')
{!!trans('privacy-policy.text')!!}
@endsection