@if (sizeof($colors) > 0)
@else
@endif
|
{{ translate('Title') }} | {{ translate('Code') }} | {{ translate('Options') }} |
---|---|---|---|
|
{{ $color->getTranslation('title') }} |
|
{{ translate('There is nothing you are looking for') }}
{{ translate('Add new Color to your store') }}
{{ $colors->links() }}
{{ translate('Add color') }}
{!! Form::color('color_code', null, ['class' => 'form-control', 'placeholder' => translate('Code')]) !!}
@error('color_code')
{{ $message }}
@enderror
{!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => translate('Title')]) !!}
@error('title')
{{ $message }}
@enderror