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

Create Category

Create Category

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

@endsection @section('js') @endsection