@extends('layouts.admin') @section('title','Privacy Policy') @section('page_title','') @section('page_level_css') @endsection @section('content')

PRIVACY POLICY MANAGER

EXPLANATION: Use this component to manage and update continually changing "Privacy Policy" of LabPair.

@php $url = getAURL('privacy-policy'); if(isset($data->id)) {$url = getAURL('privacy-policy/' . $data->id);} @endphp
Privacy Policy Editor
@csrf @if(isset($data->id)) {{ method_field('PUT') }} @endif
Note : All fields are mandatory
Edit Editor Version Last Update
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush