@extends('layouts.app') @section('content') @error('photo') {{ $message }} @enderror
{{ __('Editar Produto') }}
@csrf @method('PUT')
items->count() > 0 ? 'checked' : '' }} disabled>
batch) checked @endif disabled>
@if ($product->batch) @elseif($product->items->count() > 0) @endif
Voltar
@endsection