@extends('layouts.layout-2') @section('content')
{{ __('Lagerorte') }} {{ __('Neu anlegen') }}
@foreach($values as $value) @endforeach
  {{ __('Name') }} {{ __('Status') }}
{{ $value->name }} @if($value->active) @else @endif
@csrf @method('DELETE')
@endsection