@extends('layouts.app') @section('title', __('Add Factory')) @section('content')

{{ __('Setup Production Facility') }}

{{ __('Facility Configuration') }}

{{ __('Define the operational parameters for the new plant.') }}

@csrf
{{ __('Identity & Location') }}
@error('name')
{{ $message }}
@enderror
{{ __('Organizational Structure') }}
@error('company_id')
{{ $message }}
@enderror
{{ __('Cancel Request') }}
@endsection