@extends("layouts.admin.app") @section("page-title") {{__("create-privacy-policy")}} @endSection @section("page-nav-title")

{{__("privacy_policy")}}

{{__("Create")}}

@endsection @section("content")

{{__("create-new-privacy-policy")}}

@csrf
@error("en_desc")
{{$message}}
@enderror
@error("ar_desc")
{{$message}}
@enderror
@endsection @section("scripts") @endsection