@extends('admin.layouts.app') @section('content')
Abbreviation | {{ $storageLocation->abbreviation }} |
Location | {{ $storageLocation->name }} |
Type | {{ ( $storageLocation->type == 1 ) ? 'Warehouse' : 'Customer' }} |
Description | {{ $storageLocation->description }} |
Status | {{ ($storageLocation->status == 1) ? 'Active' : 'Inactive' }} |