{{-- New-Unity ERP | app/Modules/Warehouse/Resources/Views/locations/edit.blade.php | v1.0 | 09/07/2026 23:42:00 --}} {{-- v1.0 — Edición de ubicación física. --}} @extends('layouts.vertical', ['pageTitle' => __('warehouse.edit-location')]) @section('page-title')

{{ __('warehouse.edit-location') }}: {{ $location->code }} {{ __('warehouse.modify-storage-bin') }}

{{ __('warehouse.back') }}
@endsection @section('content') @if($errors->any())
@endif
@csrf @method('PUT')

{{ __('warehouse.location-coordinates') }}

is_active ? 'checked' : '' }}>

{{ __('warehouse.cancel') }}
@endsection @section('scripts') @endsection