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

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

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

@endsection @section("content")

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

$privacyAndPolicies->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection