@extends('layouts.app') @section('title', isset($weight) ? 'Edit Weight' : 'Add Weight') @section('content')

{{ isset($weight) ? 'Edit Weight' : 'Add Weight' }}

@csrf @if(isset($weight)) @method('PUT') @endif
Lower number shows first
Cancel
@endsection