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

Add Machine Area Allocation

@include('manufacturing.partials.navigation')
Create New Allocation
@csrf
@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
Inactive allocations won't be available for production scheduling

Cancel
@endsection