@extends('layouts.layout-2') @section('content') @include('admin.inventory.partials.wawi-ui')

{{ __('Lagerorte') }}

@foreach($values as $value) @endforeach
  {{ __('Name') }} {{ __('Status') }}
{{ $value->name }} @if($value->active) {{ __('Aktiv') }} @else {{ __('Inaktiv') }} @endif
@csrf @method('DELETE')
@endsection