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

Add Manufacturing Location

@include('manufacturing.partials.navigation')
Create New Location
@csrf
@error('code') {{ $message }} @enderror Unique identifier for this location
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
Inactive locations won't be available for allocation

Cancel
@endsection