@extends('layouts.app') @section('title', 'Add Manufacturing Location') @section('content') Add Manufacturing Location @include('manufacturing.partials.navigation') Create New Location @csrf Location Code * @error('code') {{ $message }} @enderror Unique identifier for this location Location Name * @error('name') {{ $message }} @enderror Description {{ old('description') }} @error('description') {{ $message }} @enderror Address {{ old('address') }} @error('address') {{ $message }} @enderror Active Inactive locations won't be available for allocation Create Location Cancel @endsection