@extends('admin.layouts.admin') @section('script') @endsection @section('content')
تنظیمات دسته بندی : {{ $category->name }}

@include('admin.sections.errors')

header

{{ $category->name }}
@method('DELETE') @csrf @if(!$category->header_image ==null) @endif

عکس شاخص

{{ $category->name }}
@method('DELETE') @csrf @if(!$category->image ==null) @endif
@csrf @method('put')
بازگشت
@endsection