@extends('web.layouts.container') @section('content')

{{__('policies.privacy_policy')}}

{!! $policy->privacy_policy_description !!}

{{__('policies.terms_use')}}

@if(count($lists)) @foreach($lists as $list) @if($list == '') @continue @endif

{{$list}}

@endforeach @endif
@endsection @section('inner_js') @endsection