@extends('layouts.dashboard') @section('title', $binType->exists ? 'Edit bin type' : 'Add bin type') @section('content')
Seeded guess — still placeholder for: {{ implode(', ', $binType->placeholder_fields) }}. Saving a field clears its flag.
@endif @endsection