@extends("layouts.admin.app") @section("page-title") {{__("Terms and Conditions")}} @endSection @section("page-nav-title")

{{__("privacy_policies")}}

{{__("All privacy_policies")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit privacy_policies")}}

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