@extends('header.header') @section("content")
{{__('Edit classifications')}}
$Categories->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("class_id")
{{$message}}
@enderror
@error("photo")
{{$message}}
@enderror
@endsection @section("js-scripts") @endsection