@extends('layouts.app') @section('title', 'Edit Machine Area Allocation') @section('content')

Edit Machine Area Allocation

@include('manufacturing.partials.navigation')
Edit Allocation: {{ $allocation->area_code }} {{ $allocation->status_label }}
@csrf @method('PUT')
@error('machine_id') {{ $message }} @enderror
@error('manufacturing_location_id') {{ $message }} @enderror
@error('area_code') {{ $message }} @enderror Unique code for this area
@error('area_name') {{ $message }} @enderror
@error('allocation_date') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
is_active) ? 'checked' : '' }}>
Inactive allocations won't be available for production scheduling

Cancel
@endsection