@extends('admin.layouts.app') @section('title', 'CMS - Privacy Policy') @section('section')

Privacy Form

Privacy Form

@csrf
@error('policy') {{ $message }} @enderror
@endsection @section('script') @endsection