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

Edit Processing

@csrf @method('PUT')

diameter_type === 'any' ? 'checked' : '' }}>
diameter_type === 'specific' ? 'checked' : '' }}>

Costs

@foreach($processing->costs as $index => $cost)
@endforeach
@endsection