@extends('layouts.admin') @section('title', 'Color | Mintavia Admin') @section('content')

Edit Color

@csrf @method('PATCH')
@error('color_name') {{ $message }} @enderror
@endsection @section('js') @endsection