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

Edit Manufacturing Location

@include('manufacturing.partials.navigation')
Edit Location: {{ $location->code }} {{ $location->status_label }}
@csrf @method('PUT')
@error('code') {{ $message }} @enderror Unique identifier for this location
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
is_active) ? 'checked' : '' }}>
Inactive locations won't be available for allocation

Cancel
@endsection