@extends('layouts.admin_layout') @section('Title')پنل مدیریت | ویرایش دسته بندی@endsection @section('content')

ویرایش بندی شناسنامه ها

@csrf @method('PUT')
@error('cat_name') {{$message}} @enderror
@endsection