@extends('theme.master') @section('title', 'Privacy Policy') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp
@php $data = App\Terms::first(); @endphp @if(isset($data))
{!! $data->policy !!}
@endif
@endsection