@extends('web.layouts.container') @section('content')
{{__('abouts.call_handy')}}

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

{!! $terms->privacy_policy_description !!}

    @if(count($firstLists)) @foreach($firstLists as $firstList) @if($firstList == '') @continue @endif
  • {{$firstList}}
  • @endforeach @endif
{{__('abouts.call_handy')}}

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

{!! $terms->service_terms_description !!}

    @if(count($secondLists)) @foreach($secondLists as $secondList) @if($secondList == '') @continue @endif
  • {{$secondList}}
  • @endforeach @endif
@endsection @section('inner_js') @endsection