@extends('layouts.backend') @section('content')

Edit Category

Edit Category

@csrf @method('PUT')
name) }}"> @if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
color_code) }}"> @if ($errors->has('color_code'))
{{ $errors->first('color_code') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif

@endsection @section('js') @endsection