@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Privacy And Policies')}}

{{__('Create New Privacy And Policies')}}

@endsection @section("content")

{{__('Create New Privacy And Policies')}}

@csrf
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror

@endsection @section("scripts") @endsection