@extends('admin.layouts.layout') @section('content')

{{ $colordetails ? 'Edit ' : 'Create' }} Color

@csrf @if($colordetails) @method('PUT') @endif
@error('colorname') {{$message}} @enderror

  
@endsection