@extends('layouts.app') @section('content')

Formulas for {{ $signType->name }}

@if (session('success')) @endif
id}/formula") }}"> @csrf
@foreach ($items as $item) {{-- Dense weight formula --}} @endforeach
Formula Id: Material Variable Name Description Price Calculation Formula's Dense Weight Variable Name Dense Weight Formula Sequence No
{{ $item->type === 'material' ? 'formula' : 'var_formula' }}{{ $item->id }} {{ $item->name }} {{ $item->var_name }} @if (Str::startsWith($item->var_name, 'material')) weight_{{ $item->var_name }} @else N/A @endif
@endsection