@extends('layout') @includes('includes/small-feature')

{{ $location->code }} — {{ $location->name }}

@if($location->description)

{{ $location->description }}

@endif @if($location->capacity)

Capacity: {{ $location->capacity }} units

@endif

Stock held here

@if(count($stock) === 0)

Nothing is stored here yet.

@endif