Manage Storage Locations

Create New Location
{{ $mylocations->onEachSide(2)->links() }}
@if($isOpen) @include('livewire.storage-location-create') @endif
No. Name Description Order Action @foreach($mylocations as $location) {{ $location->id }} {{ $location->name }} {{ $location->description }} {{ $location->rank }} @endforeach
@push('scripts') @endpush