@extends('admin.admin') @section('content')
List

Product Size

@foreach ($variants as $sl => $variant) @endforeach
SL Size Name Price Action
{{ $sl + 1 }} {{ $variant->size_name }} {{ $variant->price }} X

Create Variant

@csrf
@error('size_name') {{ $message }} @enderror
@error('price') {{ $message }} @enderror
@endsection