@extends('admin.layouts.master') @section('page-title') تعديل بيانات تصنيف @endsection @push('main-categories-active') m-menu__item--active @endpush @section('content')

تعديل بيانات تصنيف

@csrf {{ method_field('PUT') }} @if ($errors->any()) @endif
@if ($category->parent_id != 0)
@if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

@stop @push('page_level_script') @endpush