@extends('layouts.app') @section('title', 'Weights') @section('content')

Weights

Add Weight
@forelse($weights as $w) @empty @endforelse
#LabelSort OrderActions
{{ $w->id }} {{ $w->label }} {{ $w->sort_order }} Edit
@csrf @method('DELETE')
No weights yet
{{ $weights->links() }}
@endsection