@section('title', 'Size List')

All Sizes

{{-- Start Show All Colors --}}
{{-- Card --}}

Sizes

@php $i=0; @endphp @foreach ($sizes as $size) @endforeach
# Code Name
Options
{{ ++$i }} {{ $size->code }} {{ $size->name }}
{{-- End Show All Colors --}} {{-- Start Add Color --}}
{{-- Card --}}

Add New Size

{{-- Start Name Input --}}
@error('code') {{ $message }} @enderror
{{-- End Name Input --}} {{-- Start Name Input --}}
@error('name') {{ $message }} @enderror
{{-- End Name Input --}}
{{-- End Add Color --}}