@extends('components.layouts.jquery-manager') @section('title') اضافه کردن مقاله جدید @endsection @section('content')
@method('put') @csrf
@error('category'){{$message}}@enderror
@error('description') {{$message}}@enderror
@endsection @section('js') @endsection