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

{{__("Generalization")}}

{{__("Generalization")}}

@endsection @section("content")

{{__("Edit Generalization")}}

id)}}" enctype="multipart/form-data"> @csrf @method("PUT")
@error("text")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
getFirstMediaFile("Generalization")->url : "No Image To Show"}}" alt="">
@endsection