@extends('layouts.app') @section('title', 'Warehouses') @section('content')
Manage warehouse locations and inventory storage
| Code | Name | Type | Location | Contact | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $warehouse->code }}
|
{{ $warehouse->name }}
|
@if($warehouse->type == "pos") POS @else Warehouse @endif |
@if($warehouse->city || $warehouse->state)
{{ $warehouse->city }}@if($warehouse->city && $warehouse->state), @endif{{ $warehouse->state }}
@else
-
@endif
|
@if($warehouse->contact_person)
{{ $warehouse->contact_person }}
@if($warehouse->phone)
{{ $warehouse->phone }} @endif @else - @endif |
@if($warehouse->is_active) Active @else Inactive @endif | View Edit |