@extends('layouts.front_master') @section('content')

TPHA Privacy Policy

    @if($privacy->count() != 0) @foreach ($privacy as $item)
    {{$item->title}}

  • {!! $item->description !!}
  • @endforeach @else

    THPA Privacy Policy Content will be updated Soon.

    @endif
@endsection