@extends('layouts.app') @section('title', 'Edit Factory') @section('content')

Update Plant Details: {{ $factory->name }}

Plant Specifications

Modify the infrastructure parameters of this facility.

@csrf @method('PUT')
Identity & Location
@error('name')
{{ $message }}
@enderror
Operational Oversight
status) == 'active' ? 'checked' : '' }}>
status) == 'inactive' ? 'checked' : '' }}>
Discard Changes
@endsection