@extends('layouts.backoffice') @section('content')

Item Images / {{ $storeItem->name }}

@csrf
Loading...
@if($store_item_images->isEmpty())
No images!
@else @foreach($store_item_images as $image) @endforeach @endif
@endsection