@extends('layouts.app') @section('title') Storage Location @endsection @section('breadcrumb')

{{__('Storage Location')}}

@endsection @section('content')

{{ __('Storage Location') }}

Storage Location : {{$sl->label->position->storage->se->equipment->name}} - {{$sl->label->position->storage->storage_number}} / {{$sl->label->position->position}} / {{$sl->label->label}}
@endsection @section('scripts') @endsection