@extends('layouts.app', [ 'class' => '', 'activePage' => 'listvalues', 'titlePage' => __('Add Value')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

Add Value

@csrf

Add New Color Value :



{{ __('Back') }}

@endsection @push('js') @endpush