@extends('layouts.super-admin-layout') @section('content')

{{ $privacy_policy?$privacy_policy->small_title:"" }}

{{ $privacy_policy?$privacy_policy->big_title:"" }}

{!! $privacy_policy?$privacy_policy->description:"" !!}

Update Privacy Policy

@csrf
Description *
@error('description')
{{ $message }}
@enderror
@endsection