@extends('layouts.web') @section('content')
@foreach ($area as $key => $item)
@foreach ($data[$item->id] as $key => $item) @endforeach
Nama Stock Action
{{ $item->prize }} {{ $item->stock }} Edit | Delete
@endforeach
@endsection @push('scripts') @endpush