@extends('theme.master') @section('title', 'Privacy Policy') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else @endif

{{ __('Privacy Policy') }}

@endif
@php $data = App\Terms::first(); @endphp @if(isset($data))
{!! $data->policy !!}
@endif
@endsection