@extends("layouts.admin.app") @section("page-title") Edit Service {{-- TODO tr--}} @endSection @section("page-nav-title")
"

{{__("edit-privacy-policy")}}

@endsection @section("content")

{{__("edit-privacy-policy")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("content_en")
{{$message}}
@enderror
@error("content_ar")
{{$message}}
@enderror
@endsection