@extends('layouts.admin') @section('title') ویرایش دسته بندی @endsection @section('content')

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

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection @section('script') @endsection