@extends('layouts.app') @section('title', 'Editar Fruta — ' . $fruta->nombre) @section('content')

Editar: {{ $fruta->nombre }}

@csrf @method('PUT')

Rangos Brix/pH — {{ $fruta->nombre }}

@if($errors->any())
{{ $errors->first() }}
@endif
activo) ? 'checked' : '' }}>
@endsection