@if (Session::get('message'))
{{ Session::get('message') }}
@endif
@error('search') {{ $message }} @enderror
Spinner | Description | Count | Materials | @foreach ($seasons as $season) @if(!empty($filter['seasons'][$season->id]) && $filter['seasons'][$season->id]) | {{$season->description}} | @endif @endforeach
---|---|---|---|---|---|
{{ $yarn->suppliers->name }} | {{ $yarn->description }} | {{ $yarn->counts->count }} |
@foreach($yarn->yarn_compositions as $material)
{{ $material->percentage }}% {{ $material->materials->material }} @endforeach |
@if(Gate::check('yc:update'))
@endif @foreach ($seasons as $season) @if(!empty($filter['seasons'][$season->id]) && $filter['seasons'][$season->id]) |
{{ $yarn->suppliers->currency }}
|
@endif
@endforeach