@extends('layouts.app') @section('title', 'Privacy Policy') @section('content')
Edit Privacy Policy
@if ($errors->any())
Whoops! Please fix the following issues:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
@endsection